List of shifts
Returns a paginated list of shifts. Results can be scoped to one or more contracts and bounded by a date range using from_date and to_date.
Token scopes: time-tracking:read
Returns a paginated list of shifts. Results can be scoped to one or more contracts and bounded by a date range using from_date and to_date.
Token scopes: time-tracking:read
Offset/index of record for the next page of records to return.
Filter shifts from this date (YYYY-MM-DD).
Filter shifts until this date (YYYY-MM-DD).
The Deel API uses bearer tokens to authenticate requests. All API calls must be made over HTTPS — calls over plain HTTP or without authentication will fail.
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/