POST api/v1/workforceplans/getworkforceplan

Get Work Force Plan. This is an asynchronous service.

Request Information

URI Parameters

None.

Body Parameters

WorkForceMetricsFilter
NameDescriptionTypeAdditional information
DashboardId

globally unique identifier

None.

Facilities

Collection of integer

None.

Clusters

Collection of integer

None.

Departments

Collection of integer

None.

CurrentShiftStartDateTime

date

None.

CurrentShiftEndDateTime

date

None.

NextShiftStartDateTime

date

None.

NextShiftEndDateTime

date

None.

CurrentDateTime

date

None.

UserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DashboardId": "b4929ba9-75b2-4eea-931c-58d3db8bfeef",
  "Facilities": [
    1,
    2
  ],
  "Clusters": [
    1,
    2
  ],
  "Departments": [
    1,
    2
  ],
  "CurrentShiftStartDateTime": "2026-01-02T21:44:50.5587432-06:00",
  "CurrentShiftEndDateTime": "2026-01-02T21:44:50.5587432-06:00",
  "NextShiftStartDateTime": "2026-01-02T21:44:50.5587432-06:00",
  "NextShiftEndDateTime": "2026-01-02T21:44:50.5587432-06:00",
  "CurrentDateTime": "2026-01-02T21:44:50.5587432-06:00",
  "UserId": 1
}

Response Information

Resource Description

ApiResponseModelOfFacilityPlanModel
NameDescriptionTypeAdditional information
Data

ApiResponseDataModelOfFacilityPlanModel

None.

Errors

Collection of string

None.

Warnings

Collection of string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.