Export Team Time Category Breakdown
Each team member's hours split by task category as a CSV download - one row per member, one column per category anyone logged against, plus an uncategorised column. Same filters as the report endpoint.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| dateRange | query string | Preset date range for the time entry window (default ThisWeek). If CustomDateRange, startDate and endDate are required. |
Preset date range for the time entry window (default ThisWeek). If CustomDateRange, startDate and endDate are required. |
||
| startDate | query string | Entry window start (inclusive). Only valid when dateRange=CustomDateRange |
Entry window start (inclusive). Only valid when dateRange=CustomDateRange |
||
| endDate | query string | Entry window end (inclusive). Only valid when dateRange=CustomDateRange |
Entry window end (inclusive). Only valid when dateRange=CustomDateRange |
||
| teamCode | query string | Limit the rows to the members of one team |
Limit the rows to the members of one team |
||
| categoryCode | query string | Limit the figures to time logged against tasks in one task category |
Limit the figures to time logged against tasks in one task category |
||