POST api/v1/contractlaborshifts/workforcerequeststatus
Let the list of Workforce Request Status
Request Information
URI Parameters
None.
Body Parameters
WorkforceRequestStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| FacilityId | integer |
None. |
|
| DepartmentIds | Collection of integer |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| ShiftId | integer |
None. |
|
| SkillId | integer |
None. |
|
| SpecializationId | integer |
None. |
|
| StatusId | integer |
None. |
|
| Result | integer |
None. |
|
| ContractLaborId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FacilityId": 1,
"DepartmentIds": [
1,
2
],
"FromDate": "2026-01-02T08:47:24.9366408-06:00",
"ToDate": "2026-01-02T08:47:24.9366408-06:00",
"ShiftId": 3,
"SkillId": 4,
"SpecializationId": 5,
"StatusId": 6,
"Result": 7,
"ContractLaborId": 1
}
Response Information
Resource Description
ApiResponseModelOfListOfWorkforceStatusResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfListOfWorkforceStatusResponse |
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": [
{
"ContractLaborShiftId": 1,
"Date": "2026-01-02T08:47:24.9366408-06:00",
"Facility": "sample string 3",
"Department": "sample string 4",
"Shift": "sample string 5",
"Skill": "sample string 6",
"WfStatusId": 7,
"ReqSent": true,
"CandidateAssigned": true,
"Scheduled": true,
"Cancelled": true,
"Details": "sample string 8",
"HasException": true,
"ShiftTypeId": "sample string 10",
"ShiftTypeDescription": "sample string 11"
},
{
"ContractLaborShiftId": 1,
"Date": "2026-01-02T08:47:24.9366408-06:00",
"Facility": "sample string 3",
"Department": "sample string 4",
"Shift": "sample string 5",
"Skill": "sample string 6",
"WfStatusId": 7,
"ReqSent": true,
"CandidateAssigned": true,
"Scheduled": true,
"Cancelled": true,
"Details": "sample string 8",
"HasException": true,
"ShiftTypeId": "sample string 10",
"ShiftTypeDescription": "sample string 11"
}
]
},
"Errors": [
"sample string 1",
"sample string 2"
],
"Warnings": [
"sample string 1",
"sample string 2"
]
}