Get a task category
Task Categories
Get a task category
GET
Get a task category
A classification applied to project tasks that determines their behavior.
standard categories represent regular tasks, while rollup categories act as containers whose budgets and rollups derive from their descendant standard tasks.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The task category uuid.
Response
200
The unique identifier for the object.
The name of the task category.
The type of the task category.
Available options:
standard, rollup The icon identifier for the task category.
Available options:
check-circle, folder, tasks, clipboard, lightbulb, rocket, wrench, file, file-alt, calendar, users The color identifier for the task category.
Available options:
grey, grey-light, teal, teal-light, blue, blue-light, orange, orange-light, brown, brown-light, purple, purple-light Whether the task category is active.
Whether this is the default task category for the workspace.
The timestamp when the object was created.