fileUrl is empty, indicating that no historical videos have been uploaded. You can upload device history videos through "/v2/openapp/video/history/upload". You can view all upload records through "/v2/openapi/video/history/upload/task".
Authorization: ********************
{ "deviceId": "string", "channelId": 1, "startTime": "string", "endTime": "string" }
curl --location --request POST 'https://mettahub.mettaxiot.com/gps/v2/openapi/video/history/list' \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "deviceId": "string", "channelId": 1, "startTime": "string", "endTime": "string" }'
{ "code": 0, "data": [ { "deviceName": "", "channelId": 0, "fileSize": 0.0, "startTime": "", "endTime": "", "fileUrl": "" } ], "msg": "" }