GET api/GetUserNotifications?UserID={UserID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of NotificationsListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| NotificationID | integer |
None. |
|
| NotificationTypeID | integer |
None. |
|
| NotificationType | string |
None. |
|
| Message | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
|
| Color | string |
None. |
|
| Access | boolean |
None. |
|
| IsTrigger | boolean |
None. |
|
| IsClear | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.