GET api/v1/usernotifications/{userId}/{staffId}/{startDate}
Returns notifications for the user based on start date. This is an asynchronous service.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | integer |
Required |
|
| staffId | integer |
Required |
|
| startDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseModelOfListOfUserNotificationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfListOfUserNotificationModel |
None. |
|
| Errors | Collection of string |
None. |
|
| Warnings | Collection of string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.