v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
taskBundles

Lists task bundles.

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

get/taskbundles

Query parameters

pageinteger

Page number for pagination

pageSizeinteger

Number of items per page

orderbystring

The properties to order by

filterbystring

The filter expression to filter by

Headers

Authorizationstring required

Bearer authentication

Response

OK

namestring nullable

The name of the task bundle. Required if its not related to a task bundle.

descriptionstring nullable

The description of the task bundle.

iconstring nullable

The icon of the task bundle.

projectTemplateIdstring uuid nullable

The project template id of the task bundle, only necessary for the creation of an empty bundle for a project template.

idstring uuid

The id of the task bundle.

createdOnstring date-time

The date this task bundle was created.

createdBystring uuid

The id of the user who created this task bundle.

updatedOnstring date-time

The date this task bundle was last modified.

updatedBystring uuid

The id of the user who last modified this task bundle.

hasRelativeTasksboolean

True if any of the tasks in the bundle has relative dates.