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
}
]
}
}