capturePage
POST
/v2/openapi/gallery/capture/pageRequest
Body Params application/json
pageSize
integer | null
optional
Default:
10
pageIndex
integer | null
optional
Default:
1
deviceIds
string | null
optional
deviceIds split by ,
startTime
string | null
required
startTime yyyy-MM-dd HH:mm:ss Time Zone
endTime
string | null
required
endTime yyyy-MM-dd HH:mm:ss Time Zone
status
integer | null
optional
status 0 failed 1 success 2 uploading 3 pending reply
Example
{
"pageSize": "10",
"pageIndex": "1",
"deviceIds": "string",
"startTime": "string",
"endTime": "string",
"status": 0
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
integer | null
optional
data
object (PageResult«ApiCaptureInfoVO»)
optional
records
array[object (ApiCaptureInfoVO) {8}] | null
optional
total
integer | null
optional
size
integer | null
optional
current
integer | null
optional
msg
string | null
optional
Example
{
"code": 0,
"data": {
"records": [
{
"id": "",
"platform": "",
"deviceId": "",
"deviceName": "",
"channelId": 0,
"status": 0,
"createTime": "",
"channelName": ""
}
],
"total": 0,
"size": 0,
"current": 0
},
"msg": ""
}
Last modified: 2 个月前