Skip to content

System alarms

/api/SystemAlarms

Get alarms. Specify lastID to start from.

Example: http://localhost:5288/api/SystemAlarms

http://localhost:5288/api/SystemAlarms?lastID=2

Response:

{
"maxID": 71,
"alarms": [
{
"id": 1,
"alarm_State_ID": 3,
"alarm_Settings_ID": 4,
"ack_Count": 0,
"acknowlegements": 3,
"comments": "Hi there!\r\nSystem: Primary alarm ack time has expired, sending to secondary routing locations.",
"event_Category_ID": 2,
"event_Type_ID": 1,
"event_Type_Name": "Agent logged off",
"device_Type_ID": 1,
"device_Name": "admin",
"created": "2025-09-08T11:08:17.317116Z",
"format_Args": null,
"commentRequired": false,
"alarmStateName": "Not Acked/Reset",
"eventCategoryName": "Agent status",
"deviceTypeName": "Agent"
},
{
"id": 2,
"alarm_State_ID": 1,
"alarm_Settings_ID": 4,
"ack_Count": 0,
"acknowlegements": 3,
"comments": "Hello !",
"event_Category_ID": 2,
"event_Type_ID": 4,
"event_Type_Name": "An agent logged a comment",
"device_Type_ID": 1,
"device_Name": "admin",
"created": "2025-09-10T15:05:35.807008Z",
"format_Args": null,
"commentRequired": false,
"alarmStateName": "Active",
"eventCategoryName": "Agent status",
"deviceTypeName": "Agent"
}
]
}