GET api/v1/departmentmatrix/dashboard/{departmentId}/{lookUpDate}
This is an asynchronous service.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| departmentId | integer |
Required |
|
| lookUpDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseModelOfListOfDepartmentMatrixModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfListOfDepartmentMatrixModel |
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": [
{
"DepartmentMatrixId": "2ef2f569-1518-4099-9734-ca895e0feef3",
"DepartmentId": 2,
"DepartmentSummaryId": 3,
"DayOfWeekId": 4,
"SkillLevelId": 5,
"SkillLevelDeacription": "sample string 6",
"CensusLow": 7,
"CensusPeak": 8,
"Target": 9.0,
"EffectiveDate": "2026-01-03T23:18:15.9977219-06:00",
"ExpiresDate": "2026-01-03T23:18:15.9977219-06:00",
"DepartmentPatientClassificationRangeId": "96d5d2f3-8e9e-4d73-a762-986aabbe4bf1",
"Highlight": true,
"Census": 1
},
{
"DepartmentMatrixId": "2ef2f569-1518-4099-9734-ca895e0feef3",
"DepartmentId": 2,
"DepartmentSummaryId": 3,
"DayOfWeekId": 4,
"SkillLevelId": 5,
"SkillLevelDeacription": "sample string 6",
"CensusLow": 7,
"CensusPeak": 8,
"Target": 9.0,
"EffectiveDate": "2026-01-03T23:18:15.9977219-06:00",
"ExpiresDate": "2026-01-03T23:18:15.9977219-06:00",
"DepartmentPatientClassificationRangeId": "96d5d2f3-8e9e-4d73-a762-986aabbe4bf1",
"Highlight": true,
"Census": 1
}
]
},
"Errors": [
"sample string 1",
"sample string 2"
],
"Warnings": [
"sample string 1",
"sample string 2"
]
}