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": [
        {
            "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"
        }
    ]
}
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
clipSuffixName The suffix name of the clipped file, which is the reserved field

HTTP Status Code

results matching ""

    No results matching ""