- 接口使用说明
- ilink
- 工作流
- 智能体
设备回放流列表
开发中
POST
/api/iot/device/playback/v1/list
请求参数
Body 参数application/json
content
object
内容
channel
string
通道号
start_time
string
开始时间
end_time
string
结束时间
type
string
录像类型
ext
object
透传对象
device_unicode
string
设备唯一码
示例
{
"content": {
"channel": "string",
"start_time": "string",
"end_time": "string",
"type": "string"
},
"ext": {},
"device_unicode": "string"
}
返回响应
🟢200成功
application/json
Body
code
string
请求返回码
message
string
请求返回信息
data
object
请求返回体
ext
object
透传参数
record_list
array [object {3}]
录像列表
示例
{
"code": "0",
"message": "成功",
"data": {
"ext": {},
"record_list": [
{
"start_time": "",
"end_time": "",
"type": ""
}
]
}
}
修改于 2025-06-11 06:55:23