**请求URL:** - ` http://xx.com/api/Home/getIDRecordList` **请求方式:** - GET **请求类型:** - Content-Type:application/x-www-from-urlencoded **参数:** |参数名|必选|类型|说明| |:---- |:---|:----- |----- | |fsid |是 |string |设备ID | |searchkey |是 |string |设备名称 | |villageId |是 |string | 一级组织标识 | |startTime |是 |string | 开始时间 | |enddate |是 |string | 结束时间 | **请求示例** ``` { "fsid":"61a84e1fe1e04ab5de6a861b", "searchkey":"考勤机", "villageId":"3b03ffafa9c24f3495dea01c", "startTime":"2019-01-01", "endTime":"2020-07-07", } ``` **返回示例** ``` { "result": { "retcode": 0, "total": 1, "data":[{ "id": "606d1451929f1fe973d61793", "idCard_Idno": "**************6039", "idCard_Gender": 0, "idCard_Birthday": "1997-02-21", "idCard_Address": "湖南省衡阳县*********", "idCard_Idissue": "衡阳县公安局", "idCard_Idperiod": "20150930-20250930", "idCard_Name": "**锋", "idCard_Nation": 1, "idCard_photo": "https://lebopark.oss-cn-shenzhen.aliyuncs.com/face/25511308-1364-4ad3-b29e-a35182b64595.jpg", "facesluiceId": "604b262ea1381a6d4d6aae97", "facesluiceName": "考勤机", "time": "2021-04-07T02:10:27Z", "pic": "https://lebopark.oss-cn-shenzhen.aliyuncs.com/face/99a70692-efeb-483c-9910-565514a5969d.jpg", "strNation": null, "arType": 0, "villageId": "3b03ffafa9c24f3495dea01c", "villageName": "测试一区", "createDate": "2021-04-07T02:26:22.379Z", "strtime": null, "updateDate": null , }], "message": "成功", "otherobj": 1, "hour": 0, "flag": 0, "villageId": null } } ``` **返回data参数说明** |参数名|类型|说明| |:----- |:-----|----- | |id |object |通行记录标识 | |idCard_Idno |string |身份证号码 | |idCard_Gender |int | 性别(0:男 1:女) | |idCard_Birthday |string |生日 | |idCard_Address |string |地址 | |idCard_Idissue |string |发证机关 | |idCard_Idperiod |string |有效期 | |idCard_Name |string |姓名 | |idCard_Nation |int |民族类型 | |idCard_photo |string |身份证图片 | |facesluiceId |object |设备标识 | |facesluiceName |string |设备名称 | |time | datetime |通行时间 | |pic |string |通行图片路径 | |arType |int |出入类型(0:进 1:出) | |villageId |object |一级组织标识 | |villageName |string |一级组织目名称 | |createDate |datetime | 创建时间 | |updateDate |string | 修改时间 |