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": "7d6d9989-d18c-4ed5-b15a-b0226a748b44",
"LastHandled": "2026-08-24T17:01:42.7687366+10:00",
"Message": "sample string 2",
"AlertType": 0,
"AlertDate": "2026-08-24T17:01:42.7687366+10:00",
"RepeatCounter": 4,
"Category": "sample string 5",
"SubCategory": "sample string 6",
"IsEmail": true,
"IsSMS": true,
"RequiresAcknowledgement": true,
"AcknowledgedDate": "2026-08-24T17:01:42.7687366+10:00",
"AcknowledgementUserId": "75ea4eb6-a9d6-4f11-8f0d-83985ed4e05f",
"ResendWaitTimeMinutes": 10,
"ObjectType": 10,
"ObjectId": "243aa373-fde9-4794-a42c-5fa731cbdbe0",
"IgnoreDate": "2026-08-24T17:01:42.7687366+10:00",
"SourceID": 1,
"SourceType": 0,
"AlertRecipients": [
{
"AlertId": "63a0fb7b-6ca2-4839-a735-a2bf752fe3e4",
"GetsEmail": true,
"GetsSMS": true,
"EmailSent": "2026-08-24T17:01:42.7687366+10:00",
"SMSSent": "2026-08-24T17:01:42.7687366+10:00"
},
{
"AlertId": "63a0fb7b-6ca2-4839-a735-a2bf752fe3e4",
"GetsEmail": true,
"GetsSMS": true,
"EmailSent": "2026-08-24T17:01:42.7687366+10:00",
"SMSSent": "2026-08-24T17:01:42.7687366+10:00"
}
]
},
{
"ID": "7d6d9989-d18c-4ed5-b15a-b0226a748b44",
"LastHandled": "2026-08-24T17:01:42.7687366+10:00",
"Message": "sample string 2",
"AlertType": 0,
"AlertDate": "2026-08-24T17:01:42.7687366+10:00",
"RepeatCounter": 4,
"Category": "sample string 5",
"SubCategory": "sample string 6",
"IsEmail": true,
"IsSMS": true,
"RequiresAcknowledgement": true,
"AcknowledgedDate": "2026-08-24T17:01:42.7687366+10:00",
"AcknowledgementUserId": "75ea4eb6-a9d6-4f11-8f0d-83985ed4e05f",
"ResendWaitTimeMinutes": 10,
"ObjectType": 10,
"ObjectId": "243aa373-fde9-4794-a42c-5fa731cbdbe0",
"IgnoreDate": "2026-08-24T17:01:42.7687366+10:00",
"SourceID": 1,
"SourceType": 0,
"AlertRecipients": [
{
"AlertId": "63a0fb7b-6ca2-4839-a735-a2bf752fe3e4",
"GetsEmail": true,
"GetsSMS": true,
"EmailSent": "2026-08-24T17:01:42.7687366+10:00",
"SMSSent": "2026-08-24T17:01:42.7687366+10:00"
},
{
"AlertId": "63a0fb7b-6ca2-4839-a735-a2bf752fe3e4",
"GetsEmail": true,
"GetsSMS": true,
"EmailSent": "2026-08-24T17:01:42.7687366+10:00",
"SMSSent": "2026-08-24T17:01:42.7687366+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-08-24T17:01:42.7687366+10:00",
"BuildDateUTC": "2026-08-24T17:01:42.7687366+10:00"
},
"VersionInformation": {
"Major": 1,
"Minor": 8,
"Hotfix": 0,
"Beta": true,
"Version": "1.8.0.BETA"
}
}