GET api/incident/{id}/notifications
This method gets a list of notifications for a specified incident.
Error Messages
- 404/NotFound - Incident category not found - Specified ID is not assigned to an Incident Category
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | ID of the incident get notifications for | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IncidentNotificationName | Description | Type | Additional information |
---|---|---|---|
NotificationID | The unique ID of the notification | integer |
None. |
DateTime | The timestamp that the notification was actioned | date |
None. |
ActionID | The type of action that was taken | integer |
None. |
Subject | A short description of the incident | string |
None. |
CreatedBy | The user who created the notification | string |
None. |
Notes | Any misc comments about the incident | string |
None. |