List timesheets
Timesheets
List timesheets
List all timesheets satisfying query filters.
Please refer to the Timesheet API reference for additional information on the Timesheet resource.
GET
List timesheets
Headers
API key. Value must be formatted like so: lucca application={api_key}.
Query Parameters
User's identifier.
Filter on the start date of the timesheet.
Example:
"between,2022-01-01,2022-02-01"
Filter on the timesheet workflow status. 0 for temporary, 1 for pending, 2 for approved, 3 for rejected.
Filter on the end date of the timesheet.
Example:
"until,2022-01-01"
Response
OK