查询任务详情
POST
https://api2.hik-cloud.com/api/v1/community/access/persons/actions/getDeliveredDetailResult
https://api2.hik-cloud.com/api/v1/community/access/persons/actions/getDeliveredDetailResult
功能描述
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api2.hik-cloud.com/api/v1/community/access/persons/actions/getDeliveredDetailResult' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskId": "ab3f3b934146458f87c9b2b9ae9df36c",
"pageNo": 1,
"pageSize": 10
}'
响应示例响应示例
{
"code": 200,
"message": "操作成功",
"data": {
"pageNo": 1,
"pageSize": 6,
"totalPage": 5,
"total": 26,
"hasNextPage": true,
"hasPreviousPage": false,
"firstPage": true,
"lastPage": false,
"rows": [
{
"deviceId": "8be453aad5a04836ba86c09b681d9509",
"deviceSerial": "220252990",
"employeeNo": "M001",
"personId": "xxx",
"personStatus": 0,
"personFailureMsg": null,
"faceStatus": 0,
"faceFailureMsg": null,
"cardStatus": 0,
"cardFailureMsg": null
}
]
}
}
请求参数
Header 参数
Authorization
string
可选
默认值:
Bearer {{access_token}}
Body 参数application/json
返回响应
修改于 2022-05-27 09:13:52