GET api/v1/departmentmatrix/deptmatrix/{departmentId}/{deptSummaryId}/{lookUpDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| departmentId | integer |
Required |
|
| deptSummaryId | integer |
Required |
|
| lookUpDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseModelOfListOfShiftTargetVolumeLevelReturnModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfListOfShiftTargetVolumeLevelReturnModel |
None. |
|
| Errors | Collection of string |
None. |
|
| Warnings | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"PageSize": 1,
"Page": 2,
"TotalPages": 3,
"TotalResults": 4,
"Results": [
{
"DayOfWeekId": 1,
"VolumeLow": 1,
"VolumePeak": 1,
"VolumeLevel": "sample string 2",
"StatDescription": "sample string 3",
"IsAncillaryDepartment": true
},
{
"DayOfWeekId": 1,
"VolumeLow": 1,
"VolumePeak": 1,
"VolumeLevel": "sample string 2",
"StatDescription": "sample string 3",
"IsAncillaryDepartment": true
}
]
},
"Errors": [
"sample string 1",
"sample string 2"
],
"Warnings": [
"sample string 1",
"sample string 2"
]
}