Employees Directory
List work-contracts
Retrieve a paginated collection of work-contracts.
GET
Headers
API key. Value must be formatted like so: lucca application={api_key}
.
Query Parameters
Index of the page to retrieve. Starts at 1.
Required range:
x >= 1
Page size (i.e. number of items per page).
Required range:
0 <= x <= 1000
Retrieve the total number of items across all pages.
Allowed value:
"count"
Only return work-contracts whose employees' ID match one of the given.
Only return work-contracts that are considered applicable (true
) or not (false
). When omitted, both are returned.
Only return archived (true
) work-contracts or active (false
) ones.
Only return work-contracts which reference one of the given work-contract types IDs.
Only return work-contracts which belong to one of the given establishments IDs.
Response
200
application/json
OK
The response is of type object
.