TeamTimeCategoryTotalDto
One task category in the report's breakdown, with what the whole team logged against it
Properties
| Name | Type | Description |
|---|---|---|
| categoryCode | string | The category code, or null for the uncategorised bucket |
The category code, or null for the uncategorised bucket | ||
| categoryName | string | The category name, or "No category" for time logged against a task in no category, a |
The category name, or "No category" for time logged against a task in no category, a | ||
| loggedMinutes | integer | Minutes everyone logged in this category over the window |
Minutes everyone logged in this category over the window | ||
| billableMinutes | integer | Of those, the minutes marked billable |
Of those, the minutes marked billable | ||
JSON Example
{
"categoryCode": "string",
"categoryName": "string",
"loggedMinutes": 0,
"billableMinutes": 0
}