POST api/Alert
Creates a new instance of an Alert in the database.
Request Information
URI Parameters
None.
Body Parameters
The model to use
Alert| Name | Description | Type | Additional information |
|---|---|---|---|
| RepeatCounter |
The number of times this Alert has repeated |
integer |
None. |
| Category |
Category for the Alert |
string |
None. |
| SubCategory |
SubCategory for the Alert |
string |
None. |
| Message |
Message for the Alert |
string |
None. |
| SMSFriendlyMessage |
Message for the Alert in an "SMS Friendly" format |
string |
None. |
| AlertType |
Type for the Alert, such as or |
AlertType |
None. |
| IsEmail |
Whether or not this Alert is to utilise Email |
boolean |
None. |
| IsSMS |
Whether or not this Alert is to utilise SMS |
boolean |
None. |
| RequiresAcknowledgement |
Whether or not this Alert requires acknowledgement |
boolean |
None. |
| AcknowledgedDate |
Date and Time for when this Alert has been acknowledged |
date |
None. |
| AcknowledgementUserID |
ID of the User that has acknowledged this Alert |
globally unique identifier |
None. |
| AlertDate |
Date and Time for when the Alert happened |
date |
None. |
| ResendWaitTimeMinutes |
Resend Wait Time for the Alert (in minutes), to be used if it is to repeat |
integer |
None. |
| MaxRepeat |
Maximum number of repeats for this Alert |
integer |
None. |
| ObjectID |
ID for the Object this Alert is associated with |
globally unique identifier |
None. |
| ObjectType |
Type for the Object this Alert is associated with |
OwnerType |
None. |
| IgnoreDate |
Date and Time that this Alert has been ignored |
date |
None. |
| SourceID |
ID of the Source of this Alert, if available |
globally unique identifier |
None. |
| SourceIntID |
ID of the Source of this Alert, if available |
integer |
None. |
| SourceType |
The Type for the object that is the Source of this Alert, such as a ReadingBand or Schedule |
TriggerType |
None. |
| SourceInfo |
Information about the Source of this Alert |
string |
None. |
| GoodCounter |
Counter for the number of consecutive "Good" readings |
integer |
None. |
| AlertRecipients |
List of recipients for this Alert |
Collection of AlertRecipient |
None. |
| LastHandled |
Date and Time this Alert was last handled |
date |
None. |
| ActionRequired |
Whether or not an action is required for this alert |
boolean |
None. |
| ObjectInfo |
Basic information for this object |
ObjectInfo |
None. |
| ID |
Gets ID for this record |
globally unique identifier |
None. |
| IntID |
Gets Integer ID for this record |
integer |
None. |
Request Formats
application/json, text/json, text/html
{
"RepeatCounter": 1,
"Category": "sample string 2",
"SubCategory": "sample string 3",
"Message": "sample string 4",
"SMSFriendlyMessage": "sample string 5",
"AlertType": 0,
"IsEmail": true,
"IsSMS": true,
"RequiresAcknowledgement": true,
"AcknowledgedDate": "2026-06-22T05:57:27.866476+10:00",
"AcknowledgementUserID": "6e1f7fd4-b089-46ed-894f-d219e126d389",
"AlertDate": "2026-06-22T05:57:27.8977226",
"ResendWaitTimeMinutes": 9,
"MaxRepeat": 10,
"ObjectID": "21fb53b1-4898-47ff-92c7-e099bd40f36d",
"ObjectType": 10,
"IgnoreDate": "2026-06-22T05:57:27.866476+10:00",
"SourceID": "c29654cc-6cd3-4ca6-8729-9856b35fe150",
"SourceIntID": 12,
"SourceType": 0,
"SourceInfo": "ReadingBand 12",
"GoodCounter": 13,
"AlertRecipients": [
{
"AlertID": "deceb361-ffb4-4370-b949-dec520bae836",
"UserID": "f8b302a8-a2cd-4095-affe-22650cb24d7e",
"EmailSent": "2026-06-22T05:57:27.8821018+10:00",
"SMSSent": "2026-06-22T05:57:27.8821018+10:00",
"GetsEmail": true,
"GetsSMS": true,
"ID": "b5b9e8e3-2b1f-449e-a08e-da8ede054011",
"IntID": 0,
"ObjectInfo": {
"ID": "b5b9e8e3-2b1f-449e-a08e-da8ede054011",
"IntID": 0,
"Type": -1,
"Valid": false,
"IsEmpty": false
}
},
{
"AlertID": "deceb361-ffb4-4370-b949-dec520bae836",
"UserID": "f8b302a8-a2cd-4095-affe-22650cb24d7e",
"EmailSent": "2026-06-22T05:57:27.8821018+10:00",
"SMSSent": "2026-06-22T05:57:27.8821018+10:00",
"GetsEmail": true,
"GetsSMS": true,
"ID": "b5b9e8e3-2b1f-449e-a08e-da8ede054011",
"IntID": 0,
"ObjectInfo": {
"ID": "b5b9e8e3-2b1f-449e-a08e-da8ede054011",
"IntID": 0,
"Type": -1,
"Valid": false,
"IsEmpty": false
}
}
],
"LastHandled": "2026-06-22T05:57:27.8821018+10:00",
"ActionRequired": true,
"ObjectInfo": {
"ID": "7c0801ae-35d1-45f5-af60-ca116881b77b",
"IntID": 0,
"Type": 800,
"Valid": true,
"IsEmpty": false
},
"ID": "7c0801ae-35d1-45f5-af60-ca116881b77b",
"IntID": 0
}
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Http Status code indicating result.
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
{
"Alerts": [
{
"ID": "d30462af-ea56-47a9-a2df-a19b03678a64",
"LastHandled": "2026-06-22T05:57:27.9602227+10:00",
"Message": "sample string 2",
"AlertType": 0,
"AlertDate": "2026-06-22T05:57:27.9602227+10:00",
"RepeatCounter": 4,
"Category": "sample string 5",
"SubCategory": "sample string 6",
"IsEmail": true,
"IsSMS": true,
"RequiresAcknowledgement": true,
"AcknowledgedDate": "2026-06-22T05:57:27.9602227+10:00",
"AcknowledgementUserId": "0d01e9c2-f8de-4693-8a58-38c64a8c623f",
"ResendWaitTimeMinutes": 10,
"ObjectType": 10,
"ObjectId": "99f324b6-bde3-4e4e-982c-fd9f2f667469",
"IgnoreDate": "2026-06-22T05:57:27.9602227+10:00",
"SourceID": 1,
"SourceType": 0,
"AlertRecipients": [
{
"AlertId": "4cd59729-ba10-4d88-b974-111194b1ead5",
"GetsEmail": true,
"GetsSMS": true,
"EmailSent": "2026-06-22T05:57:27.9602227+10:00",
"SMSSent": "2026-06-22T05:57:27.9602227+10:00"
},
{
"AlertId": "4cd59729-ba10-4d88-b974-111194b1ead5",
"GetsEmail": true,
"GetsSMS": true,
"EmailSent": "2026-06-22T05:57:27.9602227+10:00",
"SMSSent": "2026-06-22T05:57:27.9602227+10:00"
}
]
},
{
"ID": "d30462af-ea56-47a9-a2df-a19b03678a64",
"LastHandled": "2026-06-22T05:57:27.9602227+10:00",
"Message": "sample string 2",
"AlertType": 0,
"AlertDate": "2026-06-22T05:57:27.9602227+10:00",
"RepeatCounter": 4,
"Category": "sample string 5",
"SubCategory": "sample string 6",
"IsEmail": true,
"IsSMS": true,
"RequiresAcknowledgement": true,
"AcknowledgedDate": "2026-06-22T05:57:27.9602227+10:00",
"AcknowledgementUserId": "0d01e9c2-f8de-4693-8a58-38c64a8c623f",
"ResendWaitTimeMinutes": 10,
"ObjectType": 10,
"ObjectId": "99f324b6-bde3-4e4e-982c-fd9f2f667469",
"IgnoreDate": "2026-06-22T05:57:27.9602227+10:00",
"SourceID": 1,
"SourceType": 0,
"AlertRecipients": [
{
"AlertId": "4cd59729-ba10-4d88-b974-111194b1ead5",
"GetsEmail": true,
"GetsSMS": true,
"EmailSent": "2026-06-22T05:57:27.9602227+10:00",
"SMSSent": "2026-06-22T05:57:27.9602227+10:00"
},
{
"AlertId": "4cd59729-ba10-4d88-b974-111194b1ead5",
"GetsEmail": true,
"GetsSMS": true,
"EmailSent": "2026-06-22T05:57:27.9602227+10:00",
"SMSSent": "2026-06-22T05:57:27.9602227+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-22T05:57:27.9602227+10:00",
"BuildDateUTC": "2026-06-22T05:57:27.9602227+10:00"
},
"VersionInformation": {
"Major": 1,
"Minor": 8,
"Hotfix": 0,
"Beta": true,
"Version": "1.8.0.BETA"
}
}