GET api/v1/departmentmatrix/bydate/{departmentId}/{lookUpDate}

Get Staffing matrix. This is an asynchronous service. This is an asynchronous service.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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": "eb3bca9b-951b-4e57-b9a6-89e4d85b19c6",
        "DepartmentId": 2,
        "DepartmentSummaryId": 3,
        "DayOfWeekId": 4,
        "SkillLevelId": 5,
        "SkillLevelDeacription": "sample string 6",
        "CensusLow": 7,
        "CensusPeak": 8,
        "Target": 9.0,
        "EffectiveDate": "2026-01-02T21:52:34.1027426-06:00",
        "ExpiresDate": "2026-01-02T21:52:34.1027426-06:00",
        "DepartmentPatientClassificationRangeId": "35ca3d06-6cab-4218-916d-ada84d4423c2",
        "Highlight": true,
        "Census": 1
      },
      {
        "DepartmentMatrixId": "eb3bca9b-951b-4e57-b9a6-89e4d85b19c6",
        "DepartmentId": 2,
        "DepartmentSummaryId": 3,
        "DayOfWeekId": 4,
        "SkillLevelId": 5,
        "SkillLevelDeacription": "sample string 6",
        "CensusLow": 7,
        "CensusPeak": 8,
        "Target": 9.0,
        "EffectiveDate": "2026-01-02T21:52:34.1027426-06:00",
        "ExpiresDate": "2026-01-02T21:52:34.1027426-06:00",
        "DepartmentPatientClassificationRangeId": "35ca3d06-6cab-4218-916d-ada84d4423c2",
        "Highlight": true,
        "Census": 1
      }
    ]
  },
  "Errors": [
    "sample string 1",
    "sample string 2"
  ],
  "Warnings": [
    "sample string 1",
    "sample string 2"
  ]
}