API Docs / Schemas / TeamTimeCategoryDto

TeamTimeCategoryDto

One member's minutes in one task category

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 the uncategorised bucket

The category name, or "No category" for the uncategorised bucket

loggedMinutesinteger

Minutes this member logged in the category — zero when they logged none, so every row
carries the full column set and the table lines up

Minutes this member logged in the category — zero when they logged none, so every row
carries the full column set and the table lines up

billableMinutesinteger

Of those, the minutes marked billable

Of those, the minutes marked billable

entryCountinteger

Number of time entries behind the minutes

Number of time entries behind the minutes

JSON Example

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

Contained in Schemas