GET NotificationList
Request Information
URI Parameters
None.
Body Parameters
NotificationRequestDTOName | Description | Type | Additional information |
---|---|---|---|
UserId | integer |
None. |
|
ModuleName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserId": 1, "ModuleName": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Sample not available.
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": {} }