Returns all global task bundles.

Returns all global task bundles.

Required Permissions
Any authenticated user.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

pageintegerOptionalDefaults to 1
Page number for pagination
pageSizeintegerOptionalDefaults to 10
Number of items per page
orderbystringOptional
The properties to order by
filterbystringOptional
The filter expression to filter by

Response

OK
namestring or null
The name of the task bundle. Required if its not related to a task bundle.
descriptionstring or null
The description of the task bundle.
iconstring or null
The icon of the task bundle.
projectTemplateIdUUID or null
The project template id of the task bundle, only necessary for the creation of an empty bundle for a project template.
idUUID or null
The id of the task bundle.
createdOndatetime or null
The date this task bundle was created.
createdByUUID or null
The id of the user who created this task bundle.
updatedOndatetime or null
The date this task bundle was last modified.
updatedByUUID or null
The id of the user who last modified this task bundle.
taskListslist of objects or null
The list templates within this task bundle.
taskslist of objects or null
The task templates within this task bundle.
hasRelativeTasksboolean or null
True if any of the tasks in the bundle has relative dates.