Tasks - Recurring
Recurring task templates and scheduling for automated task generation. Supports CRUD operations with filtering capabilities, plus endpoints to manage client associations (get/update specific clients for a recurring task) and service associations (get/update billable services that trigger task generation). Recurring tasks generate projected tasks based on configured recurrence patterns.
-
GET List RecurringTaskItemsLists all RecurringTaskItems for the given tenant./tenants/{tenant}/recurring-tasks
-
POST Create RecurringTaskItemCreates a new RecurringTaskItem for the specified tenant./tenants/{tenant}/recurring-tasks
-
GET Get RecurringTaskItemGets a RecurringTaskItem for the specified tenant./tenants/{tenant}/recurring-tasks/{code}
-
PUT Update RecurringTaskItemUpdates a RecurringTaskItem for the specified tenant./tenants/{tenant}/recurring-tasks/{code}
-
DELETE Delete RecurringTaskItemDeletes a RecurringTaskItem for the specified tenant./tenants/{tenant}/recurring-tasks/{code}
-
GET Get Recurring Task ClientsGets the list of clients associated with a specific recurring task./tenants/{tenant}/recurring-tasks/{code}/clients
-
PUT Update Recurring Task ClientsUpdates the list of clients associated with a specific recurring task./tenants/{tenant}/recurring-tasks/{code}/clients
-
GET Get Recurring Task ServicesGets the list of billable services associated with a specific recurring task./tenants/{tenant}/recurring-tasks/{code}/services
-
PUT Update Recurring Task ServicesUpdates the list of billable services associated with a specific recurring task./tenants/{tenant}/recurring-tasks/{code}/services