GET api/v1/contractlaborshifts/byUserDepartments?statusIds={statusIds}&fromRequestdate={fromRequestdate}
Fetch contract labor requests created in any department(s) associated with the authenticated user, which are in certain statuses
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| statusIds | string |
Required |
|
| fromRequestdate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseModelOfContractLaborShiftReturnModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfContractLaborShiftReturnModel |
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.