Returns list of all current, active and inactive, events in the system.
Resource URL
http://{host}/api/2.0/channels/events/.format
Example Request
GET
http://44.235.52.211/api/2.0/channels/events/.json
[
{
"ChannelEvent": {
"id": 61673,
"type_id": 233,
"channel_source_id": 60,
"access_type_id": 1,
"device_id": 9011,
"channel": "spts_test",
"event_severity_id": 1,
"description": "No CW for ECM (PID 6146)",
"extra_description": "pids: 6146",
"active": 0,
"occurrences": 1,
"duration": 4,
"is_acknowledged": 0,
"timestamp": 1618162174952,
"modified": "1618162178952",
"created": "1618162174814"
}
},
{
"ChannelEvent": {
"id": 57563,
"type_id": 219,
"channel_source_id": 56,
"access_type_id": 3,
"device_id": 9011,
"channel": "test_CHANNEL",
"event_severity_id": 1,
"description": "OTT Download Failed",
"extra_description": "file: profile, Bad Request",
"active": 1,
"occurrences": 262,
"duration": 0,
"is_acknowledged": 0,
"timestamp": 1618162176809,
"modified": "1618162178815",
"created": "1618137663806"
}
}
]