cURL
Timesheets
List timesheets
Get all timesheets for a builder
GET
cURL
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Call the /builders endpoint to get a builder ID
Example:
"buil_clgbsb90b001qjy0f0eo1hspp"
What API version to use.
Available options:
v1 Example:
"v1"
Query Parameters
Filter timesheets by project
Example:
"proj_clgbsb91b001qjy0f0eo1hscp"
Filter timesheets by status
Available options:
APPROVED_1, APPROVED_2, REJECTED, WAITING_REVIEW Example:
"WAITING_REVIEW"
Filter by date range start (ISO format)
Example:
"2023-10-03T23:19:35.771Z"
Filter by date range end (ISO format)
Example:
"2024-10-03T23:19:35.771Z"
The number of items to skip before starting to collect the result set
Example:
0
The number of items to return.
Required range:
x <= 25Example:
25