getEventList 接口
获取精彩事件列表
请求方式
POST/GET http://ip/V1.0/replay/getEventList
请求数据
无
返回数据
{
"status": 0,
"message": "SUCCESS",
"eventList": [
{
"replayRecordId": "88",
"totalSize": 370502,
"duration": 5000,
"number": 4
},
{
"replayRecordId": "87",
"totalSize": 2361703,
"duration": 5000,
"number": 3,
"customName": "Event xxxx"
},
{
"replayRecordId": "87_clip",
"totalSize": 1535456,
"duration": 5000,
"number": 3,
"customName": "Event xxxx",
"clipSuffixName": "_clip"
}
]
}
属性 | 说明 |
---|---|
replayRecordId | 精彩事件唯一标识 |
totalSize | 精彩事件文件大小,字节 |
duration | 时长,毫秒 |
number | 精彩事件序号 |
customName | 自定义名称 |
clipSuffixName | 剪辑后的后缀名称,保留字段 |