List ShiftOverrides.
Retrieve a paginated list of ShiftOverrides that satisfy the given query filters.
A ShiftOverride represents a one-time modification to an employee’s regular work schedule for a specific period. It overrides the employee’s normal working pattern (defined by their work cycle) for the specified time range.
Headers
API key. Value must be formatted like so: lucca application={api_key}.
Query Parameters
Retrieve ShiftOverrides that match one of the given IDs (comma separated list).
x >= 0Only retrieve ShiftOverrides that apply to one of the given employees, identified by their ID (comma separated list of int).
x >= 0Include only values that fall within the specified range for startsAt.
Open-ended ranges can be defined with .. characters.
"2023-01-01--2023-01-31"
"..--2023-01-01"
"2023-01-01--.."
Include only values that fall within the specified range for endsAt.
Open-ended ranges can be defined with .. characters.
"2023-01-01--2023-01-31"
"..--2023-01-01"
"2023-01-01--.."
Number of items per page
0 <= x <= 100Next page token
"next_token&fields.root=next"
"2"
Sort items by ascending or descending property value.
Prefix with - for descending order.
"id"
"-id"
"startsAt"
"-startsAt"
Include collection properties.
count Include extra properties with payload.
embedded, links