- README
- Update Record
- token
- customer
- device
- fence
- push
- video
- alarm
- audio
- gallery
- fleet
- gps
- Protocol AnalysisPOST
faceRecordPage
Singapore
Singapore
POST
/v2/openapi/fleet/face/page
Request
Header Params
Authorization
string
required
Body Params application/json
pageSize
integer | null
optional
Default:
10
pageIndex
integer | null
optional
Default:
1
deviceIds
string | null
optional
faceIds
string | null
optional
contrastTypes
string | null
optional
split by ,
startTime
string | null
required
endTime
string | null
required
compaResult
integer | null
optional
Example
{
"pageSize": "10",
"pageIndex": "1",
"deviceIds": "string",
"faceIds": "string",
"contrastTypes": "string",
"startTime": "string",
"endTime": "string",
"compaResult": 0
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://mettahub.mettaxiot.com/gps/v2/openapi/fleet/face/page' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize": "10",
"pageIndex": "1",
"deviceIds": "string",
"faceIds": "string",
"contrastTypes": "string",
"startTime": "string",
"endTime": "string",
"compaResult": 0
}'
Responses
🟢200Success
application/json
Body
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": ""
}
Modified at 2024-11-14 02:17:51