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.
Query parameters
Retrieve ShiftOverrides that match one of the given IDs (comma separated list).
Only retrieve ShiftOverrides that apply to one of the given employees, identified by their ID (comma separated list of int).
Include only values that fall within the specified range for startsAt. Open-ended ranges can be defined with .. characters.
Include only values that fall within the specified range for endsAt. Open-ended ranges can be defined with .. characters.
Page size
Page number
Sort items by ascending or descending property value. Prefix with - for descending order.
Include collection properties.
Include extra properties with payload.
Response
OK