API Docs / Schemas / TeamTimeCategoryTotalDto

TeamTimeCategoryTotalDto

One task category in the report's breakdown, with what the whole team logged against it

Properties

Name Type Description
categoryCodestring

The category code, or null for the uncategorised bucket

The category code, or null for the uncategorised bucket

categoryNamestring

The category name, or "No category" for time logged against a task in no category, a
service linked directly, or nothing at all

The category name, or "No category" for time logged against a task in no category, a
service linked directly, or nothing at all

loggedMinutesinteger

Minutes everyone logged in this category over the window

Minutes everyone logged in this category over the window

billableMinutesinteger

Of those, the minutes marked billable

Of those, the minutes marked billable

JSON Example

{
  "categoryCode": "string",
  "categoryName": "string",
  "loggedMinutes": 0,
  "billableMinutes": 0
}

Contained in Schemas