Expired, recommended to use filePageV2 「已废弃」
Authorization: ********************{
"pageSize": "10",
"pageIndex": "1",
"deviceIds": "string",
"startTime": "string",
"endTime": "string"
}curl --location --request POST 'https://mettahub.mettaxiot.com/gps/v2/openapi/gallery/page/file' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize": "10",
"pageIndex": "1",
"deviceIds": "string",
"startTime": "string",
"endTime": "string"
}'{
"code": 0,
"data": {
"records": [
{
"id": "",
"deviceName": "",
"deviceId": "",
"channelId": 0,
"fileUrl": "",
"fileType": "",
"fileSize": 0.0,
"createTime": "",
"channelName": "",
"platform": "",
"captureId": 0
}
],
"total": 0,
"size": 0,
"current": 0
},
"msg": ""
}