List of timesheets by contract
Returns timesheets associated with the specified contract, with optional filtering by contract type, status, reporter, and date range.
Token scopes: timesheets:read
Returns timesheets associated with the specified contract, with optional filtering by contract type, status, reporter, and date range.
Token scopes: timesheets:read
Filtered results will include records created on or after the provided date. Short date in format ISO-8601 (YYYY-MM-DD). For example: 2022-12-31.
Filtered results will include records created before the provided date. Short date in format ISO-8601 (YYYY-MM-DD). For example: 2022-12-31.
Return a page of results with given number of records; NOTE: technically ALL query parameters are strings or array of strings
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/