Authorization: Bearer ********************{
"vin": "string",
"channel": 0,
"startTime": "string",
"endTime": "string"
}curl --location --request POST '/web/fms-video-manage/v1.0/ezemanage/historyVideoQuery' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"vin": "string",
"channel": 0,
"startTime": "string",
"endTime": "string"
}'{
"code": 200,
"msg": "success",
"data": {
"total": 2,
"records": [
{
"channel": 1,
"startTime": "2024-11-12 11:56:54",
"endTime": "2024-11-12 11:56:59",
"duration": 0,
"size": 412493
},
{
"channel": 1,
"startTime": "2024-11-12 11:57:03",
"endTime": "2024-11-12 11:57:07",
"duration": 0,
"size": 288751
}
]
}
}