| English | Korean | Chinese | Japanese |
Chapter 6. Event Information APIs
Request
http://<address>:<port>/reqEvents?date=<YYYYMMDD>
· date: Specifies the date of the events to request, formatted as `YYYYMMDD`.
Response
{
"events: [
{
"idx": 1,
"chno": 2,
"title": "Intersection",
"type": "MOTION",
"time": "2026-03-23T02:59:48+01:00",
"timestamp": 1774231188
"isDST": false,
"duration_msec": 8000,
"regionId": 2
},
...
]
}
· idx: Event index.
· chno: Channel number on which the event was recorded.
· title: Descriptive title of the event.
· time: Timestamp of when the event occurred, in ISO 8601 format.
· timestamp: Timestamp of when the event occurred, as a Unix timestamp.
· isDST: Indicates whether the time is in DST.
· duration_msec: Duration of the event in milliseconds.
· type:
· MOTION: Motion Detection Event
· THERMAL: Thermal Camera Event
· MOBILE: Mobile Channel Recording Event
· regionId: Region ID of the event. In the case of a Mobile channel, regionId is userIdx

