GET api/v1/departmentmatrix/bydate/{departmentId}/{lookUpDate}
Get Staffing matrix. This is an asynchronous service. This is an asynchronous service.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| departmentId |
The id of the department you want to lookup. |
integer |
Required |
| lookUpDate |
This is a datetime parameter. The shift summary start time must be part of this value in order for the lookup to succeed. |
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": "966d5952-8470-47bd-ace8-d53f1826c9c3",
"DepartmentId": 2,
"DepartmentSummaryId": 3,
"DayOfWeekId": 4,
"SkillLevelId": 5,
"SkillLevelDeacription": "sample string 6",
"CensusLow": 7,
"CensusPeak": 8,
"Target": 9.0,
"EffectiveDate": "2026-03-10T21:04:42.9288529-05:00",
"ExpiresDate": "2026-03-10T21:04:42.9288529-05:00",
"DepartmentPatientClassificationRangeId": "b02435ea-104e-4aa8-995c-47667a649734",
"Highlight": true,
"Census": 1
},
{
"DepartmentMatrixId": "966d5952-8470-47bd-ace8-d53f1826c9c3",
"DepartmentId": 2,
"DepartmentSummaryId": 3,
"DayOfWeekId": 4,
"SkillLevelId": 5,
"SkillLevelDeacription": "sample string 6",
"CensusLow": 7,
"CensusPeak": 8,
"Target": 9.0,
"EffectiveDate": "2026-03-10T21:04:42.9288529-05:00",
"ExpiresDate": "2026-03-10T21:04:42.9288529-05:00",
"DepartmentPatientClassificationRangeId": "b02435ea-104e-4aa8-995c-47667a649734",
"Highlight": true,
"Census": 1
}
]
},
"Errors": [
"sample string 1",
"sample string 2"
],
"Warnings": [
"sample string 1",
"sample string 2"
]
}