v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
taskDependencyTemplates

Returns a task dependency template by id 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/{taskDependencyTemplateId}

Path parameters

taskBundleIdstring uuid required

The id of the task bundle.

taskDependencyTemplateIdstring uuid required

The task Dependency Template Id.

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.