{
"deviceId": "{{DeviceID}}",
"platformId": "{{PlatformID}}",
"startTime": "2024-11-08 08:38:12",
"endTime": "1990-02-16 05:38:51",
"type": "all"
}
curl --location --request POST 'http://192.168.56.7:18082/vic/v1/pu/record/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "42020101001320000001",
"platformId": "42020100002000000001",
"startTime": "2024-11-08 08:38:12",
"endTime": "1990-02-16 05:38:51",
"type": "all"
}'
{
"code": 0,
"message": "success",
"data": {
"deviceId": "string",
"name": "string",
"totalCount": 0,
"sessionId": 0,
"list": [
{
"fileName": "string",
"size": "string",
"filePath": "string",
"address": "string",
"startTime": "string",
"endTime": "string",
"secrecy": "string",
"type": "string",
"recorderId": "string",
"fileSize": "string",
"recordLocation": "string",
"streamNumber": "string"
}
]
}
}