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

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

Required Permissions
Any authenticated user.

Path parameters

taskBundleIdUUIDRequired
The id of the task bundle.
taskTemplateIdUUIDRequired
The id of the task template.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

OK
namestring or null
The name of the task created from this template.
descriptionstring or null
The description of the task created from this template.
isPrioboolean or null
Whether the task created from this template will be marked as priority.
plannedDurationinteger or null
The expected planned workload of the task created from this template, in seconds.
relativeStartOnlong or null
The relative start date and time of the task created from this template, in seconds, from the moment of creating the task.
relativeDueOnlong or null
The relative due date and time of the task created from this template, in seconds, from the moment of creating the task.
typeOfWorkIdUUID or null
The id of the type of work of this task.
assignedRoleIdUUID or null
The id of the assigned role of this task.
parentIdUUID or null
The id of the parent task template if the task template is a subtask.
subtaskOrderdouble or null
The order of the subtask template relative to its parent task template.
laneOrderinteger or null
The lane order defines the vertical position in the planner.
idUUID or null
The Id of the task template.
taskTypeobject or null
The task type model.
taskListTemplatelist of objects or null
The task list templates of the task template.
taskDependencyTemplateslist of objects or null
The list of task dependency templates for that task template.
assigneeIdslist of UUIDs or null
The list of assigned users to that task template.
createdOndatetime or null
The date this task was created.
createdByUUID or null
The id of the user who created this task.
updatedOndatetime or null
The date this task was last modified.
updatedByUUID or null
The id of the user who last modified this task.
orderdouble or null
For internal purposes.
hasAttachmentsboolean or null
If the task template has attachments.
isRecurringboolean or null
If the task is a recurrency template, the flag is true.
customFieldslist of objects or null
The Custom fields of the task template.
tagslist of objects or null
The list of tags that will be applied to the task when it is created.