GET Logout/{userId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
WebApiCommonModel| Name | 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": {}
}