historicalUpload
POST
/v2/openapi/video/history/uploadThe access time interval for interfaces with the same parameters is 10 seconds.
Request
Body Params application/json
deviceId
string | null
required
deviceId
channelId
integer | null
required
channelId
startTime
string | null
required
Download file start time Device Time Zone yyyy-MM-dd HH:mm:ss
endTime
string | null
required
Download file end time Device Time Zone yyyy-MM-dd HH:mm:ss
fileSize
number | null
optional
File size in MB units
1.7MB per second estimated
Example
{
"deviceId": "string",
"channelId": 0,
"startTime": "string",
"endTime": "string",
"fileSize": 0
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
integer | null
optional
data
object ()
optional
msg
string | null
optional
Example
{
"code": 0,
"data": {},
"msg": ""
}
Last modified: a month ago