POST api/v1/Dashboards/GetCalloutAndContractlaborStaffByDepartments

Get Contact Labor and Callout Staff details

Request Information

URI Parameters

None.

Body Parameters

MetricsFilter
NameDescriptionTypeAdditional information
DashboardId

globally unique identifier

None.

Facilities

Collection of integer

None.

Clusters

Collection of integer

None.

Departments

Collection of integer

None.

StartDateTime

date

None.

EndDateTime

date

None.

CurrentDateTime

date

None.

SortFields

Collection of string

None.

UserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DashboardId": "47d4c0ac-f0ba-495a-8389-60293af65564",
  "Facilities": [
    1,
    2
  ],
  "Clusters": [
    1,
    2
  ],
  "Departments": [
    1,
    2
  ],
  "StartDateTime": "2026-01-02T21:51:23.5462428-06:00",
  "EndDateTime": "2026-01-02T21:51:23.5462428-06:00",
  "CurrentDateTime": "2026-01-02T21:51:23.5462428-06:00",
  "SortFields": [
    "sample string 1",
    "sample string 2"
  ],
  "UserId": 1
}

Response Information

Resource Description

Collection of DepartmentStaffModel
NameDescriptionTypeAdditional information
ContractLaborStaff

StringBuilder

None.

CalloutStaff

StringBuilder

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ContractLaborStaff": null,
    "CalloutStaff": {
      "m_MaxCapacity": 2147483647,
      "Capacity": 2,
      "m_StringValue": "\u0000\u0000",
      "m_currentThread": 0
    }
  },
  {
    "ContractLaborStaff": null,
    "CalloutStaff": {
      "m_MaxCapacity": 2147483647,
      "Capacity": 2,
      "m_StringValue": "\u0000\u0000",
      "m_currentThread": 0
    }
  }
]