remove nodeValue, remove dragTime
Request
Add parameter in header Authorization
Example:Authorization: ********************
Body Params application/json
{
"deviceId": "string",
"channelId": 1,
"playbackControl": 0,
"fastForwardOrBackward": 0
}
Request Code Samples
curl --location --request POST 'https://mettahub.mettaxiot.com/gps/v2/openapi/video/history/replaySet' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "string",
"channelId": 1,
"playbackControl": 0,
"fastForwardOrBackward": 0
}'
Responses
application/json {
"code": 0,
"data": {},
"msg": ""
}
Modified at 2025-09-19 11:23:31