| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
Guid ID for the Alert |
globally unique identifier |
None. |
| LastHandled |
Date and Time for when the Alert was last handled |
date |
None. |
| Message |
Alert Message |
string |
None. |
| AlertType |
Type for the Alert, i.e. Warning or Error |
AlertType |
None. |
| AlertDate |
Date and Time of when the Alert happened |
date |
None. |
| RepeatCounter |
Number of times the Alert has repeated |
integer |
None. |
| Category |
Category for the Alert |
string |
None. |
| SubCategory |
SubCategory for the Alert |
string |
None. |
| IsEmail |
Whether or not the Alert is to send emails |
boolean |
None. |
| IsSMS |
Whether or not the Alert is to send SMS messages |
boolean |
None. |
| RequiresAcknowledgement |
Whether or not the Alert needs to be acknowledged |
boolean |
None. |
| AcknowledgedDate |
Date and Time of when the Alert was acknowledged, if it requires acknowledgement |
date |
None. |
| AcknowledgementUserId |
Guid ID of the User that acknowledged the Alert, or empty if it was acknowledged by the system |
globally unique identifier |
None. |
| ResendWaitTimeMinutes |
Number of Minutes to wait before resending an Alert |
integer |
None. |
| ObjectType |
Type of Object that this Alert is for |
OwnerType |
None. |
| ObjectId |
Guid ID of the Object that this Alert is for |
globally unique identifier |
None. |
| IgnoreDate |
Date and Time of when this Alert had been marked as ignored |
date |
None. |
| TriggerID |
ID of the object that triggered this alert |
integer |
None. |
| Trigger |
Type of object that triggered this Alert, such as a ReadingBand or a Schedule |
TriggerType |
None. |
| AlertRecipients |
List of users that are recipients of this Alert |
Collection of AlertRecipientStruct |
None. |