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": "0e810eb2-327c-4408-8dee-f0fca6e25b45",
"DepartmentId": 2,
"DepartmentSummaryId": 3,
"DayOfWeekId": 4,
"SkillLevelId": 5,
"SkillLevelDeacription": "sample string 6",
"CensusLow": 7,
"CensusPeak": 8,
"Target": 9.0,
"EffectiveDate": "2026-01-02T21:52:32.737027-06:00",
"ExpiresDate": "2026-01-02T21:52:32.737027-06:00",
"DepartmentPatientClassificationRangeId": "a9337b83-cfea-43be-864c-b4356dde5b6a",
"Highlight": true,
"Census": 1
},
{
"DepartmentMatrixId": "0e810eb2-327c-4408-8dee-f0fca6e25b45",
"DepartmentId": 2,
"DepartmentSummaryId": 3,
"DayOfWeekId": 4,
"SkillLevelId": 5,
"SkillLevelDeacription": "sample string 6",
"CensusLow": 7,
"CensusPeak": 8,
"Target": 9.0,
"EffectiveDate": "2026-01-02T21:52:32.737027-06:00",
"ExpiresDate": "2026-01-02T21:52:32.737027-06:00",
"DepartmentPatientClassificationRangeId": "a9337b83-cfea-43be-864c-b4356dde5b6a",
"Highlight": true,
"Census": 1
}
]
},
"Errors": [
"sample string 1",
"sample string 2"
],
"Warnings": [
"sample string 1",
"sample string 2"
]
}