v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
taskDependencyTemplates

Returns all task dependency templates for a given task bundle.

<Check title="Required Permissions" icon="key">The user must be an admin or have task-manage-config:read permissions.</Check>

get/taskbundles/{taskBundleId}/taskdependencytemplates

Path parameters

taskBundleIdstring uuid required

The id of the task bundle.

Headers

Authorizationstring required

Bearer authentication

Response

OK

idstring uuid

The id of the entity.

createdOnstring date-time

The date this entity was created.

createdBystring uuid

The id of the user who created this entity.

updatedOnstring date-time

The date this entity was last modified.

updatedBystring uuid

The id of the user who last modified this entity.

predecessorTemplateIdstring uuid

The id of the predecessor task template.

successorTemplateIdstring uuid

The id of the successor task template.