v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
taskTemplates

Returns the task template of the task bundle with the specified id.

Returns the task template of the task bundle with the specified id.

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

get/taskbundles/{taskBundleId}/tasktemplates/{taskTemplateId}

Path parameters

taskBundleIdstring uuid required

The id of the task bundle.

taskTemplateIdstring uuid required

The id of the task template.

Headers

Authorizationstring required

Bearer authentication

Response

OK

namestring nullable

The name of the task created from this template.

descriptionstring nullable

The description of the task created from this template.

isPrioboolean

Whether the task created from this template will be marked as priority.

plannedDurationinteger

The expected planned workload of the task created from this template, in seconds.

relativeStartOninteger nullable

The relative start date and time of the task created from this template, in seconds, from the moment of creating the task.

relativeDueOninteger nullable

The relative due date and time of the task created from this template, in seconds, from the moment of creating the task.

typeOfWorkIdstring uuid

The id of the type of work of this task.

assignedRoleIdstring uuid nullable

The id of the assigned role of this task.

parentIdstring uuid nullable

The id of the parent task template if the task template is a subtask.

subtaskOrdernumber double nullable

The order of the subtask template relative to its parent task template.

laneOrderinteger nullable

The lane order defines the vertical position in the planner.

idstring uuid

The Id of the task template.

assigneeIdsstring[] nullable

The list of assigned users to that task template.

createdOnstring date-time

The date this task was created.

createdBystring uuid

The id of the user who created this task.

updatedOnstring date-time

The date this task was last modified.

updatedBystring uuid

The id of the user who last modified this task.

ordernumber double nullable

For internal purposes.

hasAttachmentsboolean

If the task template has attachments.

isRecurringboolean

If the task is a recurrency template, the flag is true.