List of timesheets
Returns a paginated list of timesheets in the account, optionally filtered by contract_id, contract_types, statuses, reporter_id, or date range.
Token scopes: timesheets:read
Authentication
Query parameters
Filter results to timesheets submitted on or after this date (inclusive). Short date in format ISO-8601 (YYYY-MM-DD). For example: 2022-12-31.
Filter results to timesheets submitted before this date (exclusive). Short date in format ISO-8601 (YYYY-MM-DD). For example: 2022-12-31.
Maximum number of records to return per page. NOTE: query parameters are passed as strings.
Number of records to skip before starting to return results. NOTE: query parameters are passed as strings.