v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
taskDependencyTemplates

Returns the task dependency templates for a given task template.

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

get/tasktemplates/{taskTemplateId}/taskdependencytemplates

Path parameters

taskTemplateIdstring uuid required

The id of the task template.

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.