9.26 Added parameter nodeValue, optional replay streaming node
Request
Add parameter in header Authorization
Example:Authorization: ********************
Body Params application/json
{
"deviceId": "806070467859",
"channelId": 1,
"playbackType": 0,
"fastForwardOrBackward": 1,
"startTime": "2025-12-11 08:47:20",
"endTime": "2025-12-11 08:55:09",
"nodeValue": "sit-1"
}
Request Code Samples
curl --location --request POST 'https://mettahub.mettaxiot.com/gps/v2/openapi/video/history/replay' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "806070467859",
"channelId": 1,
"playbackType": 0,
"fastForwardOrBackward": 1,
"startTime": "2025-12-11 08:47:20",
"endTime": "2025-12-11 08:55:09",
"nodeValue": "sit-1"
}'
Responses
application/json {
"code": 0,
"data": "",
"msg": ""
}
Modified at 2025-12-12 06:54:02