GET api/Alert
Gets all Alerts you have access to
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Alerts.
GetAlertResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Alerts |
Array of Alerts |
Collection of AlertStruct |
None. |
| Messages |
Array of messages |
Collection of Message |
None. |
| ServerInformation |
Relevant information regarding the Server |
ServerInformation |
None. |
| VersionInformation |
Relevant information regarding the API's version |
VersionInformation |
None. |
Response Formats
application/json, text/json, text/html
Sample:
{
"Alerts": [
{
"ID": "249e05d8-4d2d-4ccf-9dc9-da2b610619eb",
"LastHandled": "2026-02-04T12:21:35.1503194+10:00",
"Message": "sample string 2",
"AlertType": 0,
"AlertDate": "2026-02-04T12:21:35.1503194+10:00",
"RepeatCounter": 4,
"Category": "sample string 5",
"SubCategory": "sample string 6",
"IsEmail": true,
"IsSMS": true,
"RequiresAcknowledgement": true,
"AcknowledgedDate": "2026-02-04T12:21:35.1503194+10:00",
"AcknowledgementUserId": "942d18d7-59d8-4fc8-9c63-8456f402859e",
"ResendWaitTimeMinutes": 10,
"ObjectType": 10,
"ObjectId": "8d74c405-a72f-4d14-9386-1d4a8ba9e678",
"IgnoreDate": "2026-02-04T12:21:35.1503194+10:00",
"TriggerID": 1,
"Trigger": 0,
"AlertRecipients": [
{
"AlertId": "5883c734-9ed3-4094-9da9-63b6b3b23d4e",
"GetsEmail": true,
"GetsSMS": true,
"EmailSent": "2026-02-04T12:21:35.1503194+10:00",
"SMSSent": "2026-02-04T12:21:35.1503194+10:00"
},
{
"AlertId": "5883c734-9ed3-4094-9da9-63b6b3b23d4e",
"GetsEmail": true,
"GetsSMS": true,
"EmailSent": "2026-02-04T12:21:35.1503194+10:00",
"SMSSent": "2026-02-04T12:21:35.1503194+10:00"
}
]
},
{
"ID": "249e05d8-4d2d-4ccf-9dc9-da2b610619eb",
"LastHandled": "2026-02-04T12:21:35.1503194+10:00",
"Message": "sample string 2",
"AlertType": 0,
"AlertDate": "2026-02-04T12:21:35.1503194+10:00",
"RepeatCounter": 4,
"Category": "sample string 5",
"SubCategory": "sample string 6",
"IsEmail": true,
"IsSMS": true,
"RequiresAcknowledgement": true,
"AcknowledgedDate": "2026-02-04T12:21:35.1503194+10:00",
"AcknowledgementUserId": "942d18d7-59d8-4fc8-9c63-8456f402859e",
"ResendWaitTimeMinutes": 10,
"ObjectType": 10,
"ObjectId": "8d74c405-a72f-4d14-9386-1d4a8ba9e678",
"IgnoreDate": "2026-02-04T12:21:35.1503194+10:00",
"TriggerID": 1,
"Trigger": 0,
"AlertRecipients": [
{
"AlertId": "5883c734-9ed3-4094-9da9-63b6b3b23d4e",
"GetsEmail": true,
"GetsSMS": true,
"EmailSent": "2026-02-04T12:21:35.1503194+10:00",
"SMSSent": "2026-02-04T12:21:35.1503194+10:00"
},
{
"AlertId": "5883c734-9ed3-4094-9da9-63b6b3b23d4e",
"GetsEmail": true,
"GetsSMS": true,
"EmailSent": "2026-02-04T12:21:35.1503194+10:00",
"SMSSent": "2026-02-04T12:21:35.1503194+10:00"
}
]
}
],
"Messages": [
{
"Severity": 0,
"MessageCode": 1,
"CodeDesc": 2,
"MessageText": "sample string 3",
"RecordNumber": 4
},
{
"Severity": 0,
"MessageCode": 1,
"CodeDesc": 2,
"MessageText": "sample string 3",
"RecordNumber": 4
}
],
"ServerInformation": {
"CurrentTimeUTC": "2026-02-04T12:21:35.1503194+10:00",
"BuildDateUTC": "2026-02-04T12:21:35.1503194+10:00"
},
"VersionInformation": {
"Major": 1,
"Minor": 8,
"Hotfix": 0,
"Beta": true,
"Version": "1.8.0.BETA"
}
}