DevelopersAPI referenceCronCrunchReports
Display preferences
The caller's per-user display/tracking preferences. Defaults when never configured: weekStart monday, roundingMinutes 0, currency USD.
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/preferences"{ "preferences": { "weekStart": "monday", "roundingMinutes": 0, "currency": "string" }}Time summary
Totals over the caller's OWN completed entries only (running excluded); sharing a project never adds a teammate's hours here. amount sums seconds/3600 x project hourlyRate over billable entries. byProject and byDay arrays are unordered.
Update display preferences
Partial upsert. weekStart is monday or sunday; roundingMinutes one of 0, 5, 6, 10, 15, 30 (display-level rounding); currency a 3-letter ISO code. Preferences are per-user, not per-org.