Tasks - Categories
Tenant-configurable task categories for organizing and classifying tasks. Provides CRUD operations for creating, retrieving, updating, and deleting custom task categories. Each tenant can define their own task categories with custom names and sort orders to organize tasks according to their specific workflow and organizational needs.
-
GET List TaskCategoriesLists all TaskCategories for the given tenant./tenants/{tenant}/task-categories
-
POST Create TaskCategoryCreates a new TaskCategory for the specified tenant./tenants/{tenant}/task-categories
-
GET Get TaskCategoryGets a TaskCategory for the specified tenant./tenants/{tenant}/task-categories/{code}
-
PUT Update TaskCategoryUpdates a TaskCategory for the specified tenant./tenants/{tenant}/task-categories/{code}
-
DELETE Delete TaskCategoryDeletes a TaskCategory for the specified tenant./tenants/{tenant}/task-categories/{code}