REST APITime aggregates
Per-item logged totals for a project
Feeds the plan-vs-actual meter in Board and List rows. Requires `work:read`.
Feeds the plan-vs-actual meter in Board and List rows. Requires work:read.
Authorization
bearerAuth AuthorizationBearer <token>
A session access token or a personal access token.
In: header
Query Parameters
projectId*string
Response Body
application/json
curl -X GET "https://example.com/time/rollup?projectId=497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "data": [ { "workItemId": "1769c5a2-ca6e-4792-8bf1-b1a261dc7481", "loggedSeconds": 0 } ]}Empty
Rename / recolor / recategorize a status PATCH
Previous Page
Grouped time totals GET
Aggregates logged time by item, user, project, or period, with the planned-vs-interruption split. Every row reconciles: `plannedSeconds + interruptionSeconds = loggedSeconds`. Visibility never exceeds the caller's readable projects. Requires `work:read`.