Skip to content

Alarm definitions

/api/AlarmDefinitions

Example request:

http://localhost:5288/api/AlarmDefinitions

Response:

[
{
"id": 3,
"name": "All suprema doors - Suprema door command: Command Unlock",
"event_Category_ID": 14,
"event_Type": 4,
"device_ID": 0,
"device_Type_ID": 10,
"event_Source_Device_ID": 1,
"event_Source_Device_Type": 1,
"is_Alarm": true,
"alarm_Trigger_Delay": 0,
"acknowledgement_Template_ID": 1,
"alarm_Time_Period_ID": -1,
"routing_Template_ID": 2,
"tenants": [
0
],
"hotCommand_ID": null
},
{
"id": 11,
"name": "admin - Audit notification: Access group \"{0}\" updated",
"event_Category_ID": 1,
"event_Type": 32,
"device_ID": 1,
"device_Type_ID": 1,
"event_Source_Device_ID": 0,
"event_Source_Device_Type": 0,
"is_Alarm": true,
"alarm_Trigger_Delay": 0,
"acknowledgement_Template_ID": 1,
"alarm_Time_Period_ID": -1,
"routing_Template_ID": 0,
"tenants": [
0,
1
],
"hotCommand_ID": null
}
]