getEventList
Use the interface to get the event list.
Request Mode
POST/GET http://ip/V1.0/replay/getEventList
Request Data
Null
Response Body
{
"status": 0,
"message": "SUCCESS",
"eventList": [
{
"clipSuffixName": "",
"customName": "Event 5b",
"duration": 5000,
"number": 5,
"rating": 0,
"replayRecordId": "55",
"tags": [
"tag 3",
"tag 5"
],
"teamName": "",
"totalSize": 7099937
},
{
"clipSuffixName": "",
"customName": "0.5",
"duration": 5000,
"number": 4,
"rating": 0.5,
"replayRecordId": "54",
"tags": [
"tag 2"
],
"teamName": "0.5",
"totalSize": 4224231
}
]
}
Name | Description |
---|---|
replayRecordId | The event ID |
totalSize | The size of event file, in byte |
duration | Duration, in millisecond |
number | The event number |
customName | The custom name |
rating | Rating, ranging from 0 to 5 |
tags | The tag list |
teamName | The team name |