GET System/Notifications/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Notification| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerNotificationId | integer |
None. |
|
| CustomerId | integer |
None. |
|
| DateCreated | date |
None. |
|
| Subject | string |
None. |
|
| Body | string |
None. |
|
| ChannelName | string |
None. |
|
| ServiceName | string |
None. |
|
| UnitName | string |
None. |
|
| HasBeenRead | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CustomerNotificationId": 1,
"CustomerId": 2,
"DateCreated": "2026-04-05T04:15:56.8689931+10:00",
"Subject": "sample string 4",
"Body": "sample string 5",
"ChannelName": "sample string 6",
"ServiceName": "sample string 7",
"UnitName": "sample string 8",
"HasBeenRead": true
},
{
"CustomerNotificationId": 1,
"CustomerId": 2,
"DateCreated": "2026-04-05T04:15:56.8689931+10:00",
"Subject": "sample string 4",
"Body": "sample string 5",
"ChannelName": "sample string 6",
"ServiceName": "sample string 7",
"UnitName": "sample string 8",
"HasBeenRead": true
}
]