GET NotificationModuleList/{userId}/{isRead}/{priorityId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userId | string |
Required |
|
isRead | boolean |
Required |
|
priorityId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
WebApiCommonModelName | Description | Type | Additional information |
---|---|---|---|
IsSuccessful | boolean |
None. |
|
Message | string |
None. |
|
Data | Object |
None. |
|
IncidentTypeData | Object |
None. |
|
IncidentCategoryData | Object |
None. |
|
CountOfWalksData | Object |
None. |
|
CustomerComplaintsData | Object |
None. |
|
PendingObservationData | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "IsSuccessful": true, "Message": "sample string 2", "Data": {}, "IncidentTypeData": {}, "IncidentCategoryData": {}, "CountOfWalksData": {}, "CustomerComplaintsData": {}, "PendingObservationData": {} }