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": "70972ebf-7e06-421d-8c02-6ee13333e26a",
"LastHandled": "2026-03-23T20:24:08.4962644+10:00",
"Message": "sample string 2",
"AlertType": 0,
"AlertDate": "2026-03-23T20:24:08.4962644+10:00",
"RepeatCounter": 4,
"Category": "sample string 5",
"SubCategory": "sample string 6",
"IsEmail": true,
"IsSMS": true,
"RequiresAcknowledgement": true,
"AcknowledgedDate": "2026-03-23T20:24:08.4962644+10:00",
"AcknowledgementUserId": "fe00c6b0-cd7d-469f-9fb6-10e0a90f9c5c",
"ResendWaitTimeMinutes": 10,
"ObjectType": 10,
"ObjectId": "fb98c900-97e1-4bb3-b3d8-7bd49f3a0784",
"IgnoreDate": "2026-03-23T20:24:08.4962644+10:00",
"TriggerID": 1,
"Trigger": 0,
"AlertRecipients": [
{
"AlertId": "4cfc5a20-845a-4743-8293-07baebcb62bb",
"GetsEmail": true,
"GetsSMS": true,
"EmailSent": "2026-03-23T20:24:08.4962644+10:00",
"SMSSent": "2026-03-23T20:24:08.4962644+10:00"
},
{
"AlertId": "4cfc5a20-845a-4743-8293-07baebcb62bb",
"GetsEmail": true,
"GetsSMS": true,
"EmailSent": "2026-03-23T20:24:08.4962644+10:00",
"SMSSent": "2026-03-23T20:24:08.4962644+10:00"
}
]
},
{
"ID": "70972ebf-7e06-421d-8c02-6ee13333e26a",
"LastHandled": "2026-03-23T20:24:08.4962644+10:00",
"Message": "sample string 2",
"AlertType": 0,
"AlertDate": "2026-03-23T20:24:08.4962644+10:00",
"RepeatCounter": 4,
"Category": "sample string 5",
"SubCategory": "sample string 6",
"IsEmail": true,
"IsSMS": true,
"RequiresAcknowledgement": true,
"AcknowledgedDate": "2026-03-23T20:24:08.4962644+10:00",
"AcknowledgementUserId": "fe00c6b0-cd7d-469f-9fb6-10e0a90f9c5c",
"ResendWaitTimeMinutes": 10,
"ObjectType": 10,
"ObjectId": "fb98c900-97e1-4bb3-b3d8-7bd49f3a0784",
"IgnoreDate": "2026-03-23T20:24:08.4962644+10:00",
"TriggerID": 1,
"Trigger": 0,
"AlertRecipients": [
{
"AlertId": "4cfc5a20-845a-4743-8293-07baebcb62bb",
"GetsEmail": true,
"GetsSMS": true,
"EmailSent": "2026-03-23T20:24:08.4962644+10:00",
"SMSSent": "2026-03-23T20:24:08.4962644+10:00"
},
{
"AlertId": "4cfc5a20-845a-4743-8293-07baebcb62bb",
"GetsEmail": true,
"GetsSMS": true,
"EmailSent": "2026-03-23T20:24:08.4962644+10:00",
"SMSSent": "2026-03-23T20:24:08.4962644+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-03-23T20:24:08.4962644+10:00",
"BuildDateUTC": "2026-03-23T20:24:08.4962644+10:00"
},
"VersionInformation": {
"Major": 1,
"Minor": 8,
"Hotfix": 0,
"Beta": true,
"Version": "1.8.0.BETA"
}
}