GET Users/Notifications/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
NotificationName | 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": "2025-09-13T08:25:43.256622+10:00", "Subject": "sample string 4", "Body": "sample string 5", "ChannelName": "sample string 6", "ServiceName": "sample string 7", "UnitName": "sample string 8", "HasBeenRead": true }