应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 是 | 开发者后台申请 | 调试 |
第三方企业应用 | 是 | 开发者后台申请 | 调试 |
第三方个人应用 | 否 | — | — |
{
"checkDateFrom": "2020-09-07 00:00:00",
"userIds": [
"user456",
"user123"
],
"isI18n": "false",
"checkDateTo": "2020-09-08 00:00:00"
}
curl --location --request POST 'http://127.0.0.1/attendance/listRecord?access_token=6d1bxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"checkDateFrom": "2020-09-07 00:00:00",
"userIds": [
"user456",
"user123"
],
"isI18n": "false",
"checkDateTo": "2020-09-08 00:00:00"
}'
{
"recordresult": [
{
"userAccuracy": "string",
"classId": 0,
"userLatitude": "string",
"userLongitude": "string",
"userAddress": "string",
"deviceId": "string",
"locationMethod": "string",
"isLegal": "string",
"userCheckTime": "string",
"procInstId": "string",
"baseCheckTime": "string",
"approveId": 0,
"timeResult": "string",
"locationResult": "string",
"checkType": "string",
"sourceType": "string",
"userId": "string",
"workDate": "string",
"corpId": "string",
"planId": 0,
"groupId": 0,
"id": 0,
"invalidRecordType": "string",
"userSsid": "string",
"userMacAddr": "string",
"planCheckTime": "string",
"baseAddress": "string",
"baseLongitude": "string",
"baseLatitude": "string",
"baseAccuracy": "string",
"baseSsid": "string",
"baseMacAddr": "string",
"gmtCreate": "string",
"invalidRecordMsg": "string",
"": "string",
"outsideRemark": "string",
"deviceSN": "string",
"bizId": "string"
}
],
"errmsg": "string",
"errcode": 0
}