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": "9159bb92-c1f9-4062-9cf1-b73bf8e883d7",
"DepartmentId": 2,
"DepartmentSummaryId": 3,
"DayOfWeekId": 4,
"SkillLevelId": 5,
"SkillLevelDeacription": "sample string 6",
"CensusLow": 7,
"CensusPeak": 8,
"Target": 9.0,
"EffectiveDate": "2026-06-10T19:30:05.6759442-05:00",
"ExpiresDate": "2026-06-10T19:30:05.6759442-05:00",
"DepartmentPatientClassificationRangeId": "523bd2f8-2a2b-4db4-b8fd-8d223937c815",
"Highlight": true,
"Census": 1
},
{
"DepartmentMatrixId": "9159bb92-c1f9-4062-9cf1-b73bf8e883d7",
"DepartmentId": 2,
"DepartmentSummaryId": 3,
"DayOfWeekId": 4,
"SkillLevelId": 5,
"SkillLevelDeacription": "sample string 6",
"CensusLow": 7,
"CensusPeak": 8,
"Target": 9.0,
"EffectiveDate": "2026-06-10T19:30:05.6759442-05:00",
"ExpiresDate": "2026-06-10T19:30:05.6759442-05:00",
"DepartmentPatientClassificationRangeId": "523bd2f8-2a2b-4db4-b8fd-8d223937c815",
"Highlight": true,
"Census": 1
}
]
},
"Errors": [
"sample string 1",
"sample string 2"
],
"Warnings": [
"sample string 1",
"sample string 2"
]
}