faceRecordPage
POST
/v2/openapi/fleet/face/pageRequest
Body Params application/json
pageSize
integer | null
optional
Default:
10
pageIndex
integer | null
optional
Default:
1
deviceIds
string | null
optional
deviceIds split by ,
faceIds
string | null
optional
faceIds split by ,
contrastTypes
string | null
optional
contrastType 0- card comparison; 1- inspection comparison; 2- ignition comparison; 3- leave return comparison;
split by ,
startTime
string | null
required
startTime,UTC = 0 yyyy-MM-dd HH:mm:ss
endTime
string | null
required
endTime,UTC = 0 yyyy-MM-dd HH:mm:ss
compaResult
integer | null
optional
compaResult 0:success 1:fail 2:timeout 3:not enable 4:connect error 5:no driver image 6:terminal face lib empty
Example
{
"pageSize": "10",
"pageIndex": "1",
"deviceIds": "string",
"faceIds": "string",
"contrastTypes": "string",
"startTime": "string",
"endTime": "string",
"compaResult": 0
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
integer | null
optional
data
object (PageResult«FaceRecordInfoVO»)
optional
records
array[object (FaceRecordInfoVO) {9}] | null
optional
total
integer | null
optional
size
integer | null
optional
current
integer | null
optional
msg
string | null
optional
Example
{
"code": 0,
"data": {
"records": [
{
"serialNo": "",
"deviceId": "",
"compaResult": 0,
"contrastType": 0,
"faceId": "",
"reportTime": "",
"lat": 0,
"lon": 0,
"faceImgUrl": ""
}
],
"total": 0,
"size": 0,
"current": 0
},
"msg": ""
}
Last modified: 2 个月前