List time-tracking snapshots
Snapshots
List time-tracking snapshots
Returns time-tracking snapshots for contracts the caller can access. fromDate and toDate are required, in YYYY-MM-DD (UTC), and the range must not exceed 14 days. Optionally restrict the result to specific contractIds. Requesting a contract the caller cannot access returns 403.
GET
List time-tracking snapshots
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Start date in YYYY-MM-DD format
Example:
"2026-08-01"
End date in YYYY-MM-DD format. Maximum span is 14 days
Example:
"2026-08-14"
Maximum array length:
250Example:
Required range:
x >= 1Required range:
1 <= x <= 10000