Retrieve a paginated collection of work-contracts.
API key. Value must be formatted like so: lucca application={api_key}
.
Index of the page to retrieve. Starts at 1.
x >= 1
Page size (i.e. number of items per page).
0 <= x <= 1000
Retrieve the total number of items across all pages.
"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.
OK
The response is of type object
.