| Name | Description | Type | Additional information | 
|---|---|---|---|
| Id | Unique identifier of the alert. | globally unique identifier | None. | 
| Url | string | None. | |
| Message | The alert message. | string | None. | 
| ActionRequired | If action is required. | boolean | None. | 
| Level | The level of the alert. | AlertLevel | None. | 
| Distribution | Who the alert should be distributed to. | DistributionLevel | None. | 
| Cleared | If the alert has been cleared. | boolean | None. | 
| DateAdded | When the alert was raised/added to the system. | date | None. | 
| LastUpdated | When the alert was last updated. | date | None. | 
| RaisedById | Here to help the population of RaisedBy | globally unique identifier | None. | 
| RaisedByUser | Model of the user who raised the alert. | UserDto | None. | 
| MoreLink | Additional links. | LinkDto | None. | 
| Links | Collection of LinkDto | None. | |
| AssignedToUserId | globally unique identifier | None. | |
| RaisedByUserId | globally unique identifier | None. | |
| PostedOn | date | None. | |
| Tags | Collection of string | None. | |
| Private | boolean | None. |