v1
latestOpenAPI 3.1.02026-08-0480204704.7 KBTasks
Get all Task Types
This endpoint retrieves multiple paginated task types along with meta and pagination information. Returns both network-specific and global (null network_id) task types.
get/todo-types
Query parameters
filter[trashed]'with' | 'only'
Optionally return result WITH deleted results or return ONLY deleted results.
filter[created_from]string date-time
Filter by results created after the provided date.
filter[created_to]string date-time
Filter by results created before the provided date.
filter[updated_from]string date-time
Filter by results updated after the provided date.
filter[updated_to]string date-time
Filter by results updated before the provided date.
page[size]number
Example:25
Set the number of results per page.
page[number]number
Example:3
Set the page number.
Response
OK.