GET api/Alert/{id}
Gets an Alert by Guid ID
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Guid ID of the alert |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
object
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": "a4bca9e7-e62d-4d3c-8b5f-0c4ed1138035",
"LastHandled": "2026-06-30T19:31:32.4025866+10:00",
"Message": "sample string 2",
"AlertType": 0,
"AlertDate": "2026-06-30T19:31:32.4025866+10:00",
"RepeatCounter": 4,
"Category": "sample string 5",
"SubCategory": "sample string 6",
"IsEmail": true,
"IsSMS": true,
"RequiresAcknowledgement": true,
"AcknowledgedDate": "2026-06-30T19:31:32.4025866+10:00",
"AcknowledgementUserId": "72e3db59-d9bd-4a71-9494-6e4373b98935",
"ResendWaitTimeMinutes": 10,
"ObjectType": 10,
"ObjectId": "1240d45e-b4ee-4cc8-a493-4b1d2715a704",
"IgnoreDate": "2026-06-30T19:31:32.4025866+10:00",
"SourceID": 1,
"SourceType": 0,
"AlertRecipients": [
{
"AlertId": "8f588a05-fc7f-4a9a-be66-6f0950f03d09",
"GetsEmail": true,
"GetsSMS": true,
"EmailSent": "2026-06-30T19:31:32.4025866+10:00",
"SMSSent": "2026-06-30T19:31:32.4025866+10:00"
},
{
"AlertId": "8f588a05-fc7f-4a9a-be66-6f0950f03d09",
"GetsEmail": true,
"GetsSMS": true,
"EmailSent": "2026-06-30T19:31:32.4025866+10:00",
"SMSSent": "2026-06-30T19:31:32.4025866+10:00"
}
]
},
{
"ID": "a4bca9e7-e62d-4d3c-8b5f-0c4ed1138035",
"LastHandled": "2026-06-30T19:31:32.4025866+10:00",
"Message": "sample string 2",
"AlertType": 0,
"AlertDate": "2026-06-30T19:31:32.4025866+10:00",
"RepeatCounter": 4,
"Category": "sample string 5",
"SubCategory": "sample string 6",
"IsEmail": true,
"IsSMS": true,
"RequiresAcknowledgement": true,
"AcknowledgedDate": "2026-06-30T19:31:32.4025866+10:00",
"AcknowledgementUserId": "72e3db59-d9bd-4a71-9494-6e4373b98935",
"ResendWaitTimeMinutes": 10,
"ObjectType": 10,
"ObjectId": "1240d45e-b4ee-4cc8-a493-4b1d2715a704",
"IgnoreDate": "2026-06-30T19:31:32.4025866+10:00",
"SourceID": 1,
"SourceType": 0,
"AlertRecipients": [
{
"AlertId": "8f588a05-fc7f-4a9a-be66-6f0950f03d09",
"GetsEmail": true,
"GetsSMS": true,
"EmailSent": "2026-06-30T19:31:32.4025866+10:00",
"SMSSent": "2026-06-30T19:31:32.4025866+10:00"
},
{
"AlertId": "8f588a05-fc7f-4a9a-be66-6f0950f03d09",
"GetsEmail": true,
"GetsSMS": true,
"EmailSent": "2026-06-30T19:31:32.4025866+10:00",
"SMSSent": "2026-06-30T19:31:32.4025866+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-06-30T19:31:32.4025866+10:00",
"BuildDateUTC": "2026-06-30T19:31:32.4025866+10:00"
},
"VersionInformation": {
"Major": 1,
"Minor": 8,
"Hotfix": 0,
"Beta": true,
"Version": "1.8.0.BETA"
}
}