POST Dashboard/GetIncidentCategoryDetails
Request Information
URI Parameters
None.
Body Parameters
WebAPICommonDashboardDto| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| DepartmentType | string |
None. |
|
| FromDate | string |
None. |
|
| ToDate | string |
None. |
|
| EndDate | date |
None. |
|
| RegionId | integer |
None. |
|
| ProjectId | integer |
None. |
|
| RegionIds | Collection of integer |
None. |
|
| ProjectIds | Collection of integer |
None. |
|
| IsOpen | boolean |
None. |
|
| InspectionTypeId | Collection of integer |
None. |
|
| ObservationTypeId | Collection of integer |
None. |
|
| DepartmentId | integer |
None. |
|
| IncidentTypeId | Collection of integer |
None. |
|
| IncidentCategoryId | Collection of integer |
None. |
|
| CustomerComplaintId | integer |
None. |
|
| ObservationTypeId_SORS | integer |
None. |
|
| ObservationTypeId_SWN | integer |
None. |
|
| ObservationTypeId_NCR | integer |
None. |
|
| ObservationTypeId_BestPractices | integer |
None. |
|
| StartIndex | integer |
None. |
|
| EndIndex | integer |
None. |
|
| ArrDate | Collection of string |
None. |
|
| ProjectName | string |
None. |
|
| RegionName | string |
None. |
|
| UserAssignmentDept | string |
None. |
|
| PrepareDashboardForDepartment | string |
None. |
|
| Vertical | integer |
None. |
|
| VerticalId | Collection of integer |
None. |
|
| LevelId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"DepartmentType": "sample string 2",
"FromDate": "sample string 3",
"ToDate": "sample string 4",
"EndDate": "2025-12-17T03:23:31.6912059+05:30",
"RegionId": 6,
"ProjectId": 7,
"RegionIds": [
1,
2
],
"ProjectIds": [
1,
2
],
"IsOpen": true,
"InspectionTypeId": [
1,
2
],
"ObservationTypeId": [
1,
2
],
"DepartmentId": 9,
"IncidentTypeId": [
1,
2
],
"IncidentCategoryId": [
1,
2
],
"CustomerComplaintId": 1,
"ObservationTypeId_SORS": 1,
"ObservationTypeId_SWN": 1,
"ObservationTypeId_NCR": 1,
"ObservationTypeId_BestPractices": 1,
"StartIndex": 10,
"EndIndex": 11,
"ArrDate": [
"sample string 1",
"sample string 2"
],
"ProjectName": "sample string 12",
"RegionName": "sample string 13",
"UserAssignmentDept": "sample string 14",
"PrepareDashboardForDepartment": "sample string 15",
"Vertical": 16,
"VerticalId": [
1,
2
],
"LevelId": 17
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.