Tasks - Templates
One-off task templates: pre-defined task shapes (description, checklist, optional workflow, category, assignment rule, due-date offset) that users turn into real tasks for a chosen client on demand. Templates never create tasks automatically. Supports CRUD operations plus library browse, import (cascading referenced workflows and categories), and revert-to-library.
-
GET List TaskTemplatesLists all TaskTemplates for the given tenant./tenants/{tenant}/task-templates
-
POST Create TaskTemplateCreates a new TaskTemplate for the specified tenant./tenants/{tenant}/task-templates
-
GET Get TaskTemplateGets a TaskTemplate for the specified tenant./tenants/{tenant}/task-templates/{code}
-
PUT Update TaskTemplateUpdates a TaskTemplate for the specified tenant./tenants/{tenant}/task-templates/{code}
-
DELETE Delete TaskTemplateDeletes a TaskTemplate for the specified tenant./tenants/{tenant}/task-templates/{code}
-
GET List Library TaskTemplatesList all TaskTemplates available in the library as templates. Use optional 'search' query parameter to filter by Code, Name, or Description./tenants/{tenant}/task-templates/library
-
GET Get Library TaskTemplateGet details of a specific TaskTemplate template from the library/tenants/{tenant}/task-templates/library/{code}
-
PUT Revert TaskTemplate to LibraryReverts the TaskTemplate to the current library template version, overwriting any local edits. The TaskTemplate's code is preserved so it remains addr.../tenants/{tenant}/task-templates/{code}/library-version
-
POST Import Task Templates from LibraryImports one or more one-off task templates from the library, cascading their referenced workflows and categories into the tenant./tenants/{tenant}/task-templates/library/import