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": "751f6ba7-3e1e-4ffe-9e53-0221ce943329",
"DepartmentId": 2,
"DepartmentSummaryId": 3,
"DayOfWeekId": 4,
"SkillLevelId": 5,
"SkillLevelDeacription": "sample string 6",
"CensusLow": 7,
"CensusPeak": 8,
"Target": 9.0,
"EffectiveDate": "2026-07-13T18:47:41.2977368-05:00",
"ExpiresDate": "2026-07-13T18:47:41.2977368-05:00",
"DepartmentPatientClassificationRangeId": "93d7d024-64f8-4aa6-be0b-86491361cdeb",
"Highlight": true,
"Census": 1
},
{
"DepartmentMatrixId": "751f6ba7-3e1e-4ffe-9e53-0221ce943329",
"DepartmentId": 2,
"DepartmentSummaryId": 3,
"DayOfWeekId": 4,
"SkillLevelId": 5,
"SkillLevelDeacription": "sample string 6",
"CensusLow": 7,
"CensusPeak": 8,
"Target": 9.0,
"EffectiveDate": "2026-07-13T18:47:41.2977368-05:00",
"ExpiresDate": "2026-07-13T18:47:41.2977368-05:00",
"DepartmentPatientClassificationRangeId": "93d7d024-64f8-4aa6-be0b-86491361cdeb",
"Highlight": true,
"Census": 1
}
]
},
"Errors": [
"sample string 1",
"sample string 2"
],
"Warnings": [
"sample string 1",
"sample string 2"
]
}