Gets a task template inside a task list template.

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

Authentication

AuthorizationBearer

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

Path parameters

taskBundleIdstringRequiredformat: "uuid"
The id of the task bundle.
taskListTemplateIdstringRequiredformat: "uuid"
The task list template id.
taskTemplateIdstringRequiredformat: "uuid"
The id of the task template.

Response

OK
namestring or nullOptional
The name of the task created from this template.
descriptionstring or nullOptional
The description of the task created from this template.
isPriobooleanOptional
Whether the task created from this template will be marked as priority.
plannedDurationintegerOptional
The expected planned workload of the task created from this template, in seconds.
relativeStartOnlong or nullOptional
The relative start date and time of the task created from this template, in seconds, from the moment of creating the task.
relativeDueOnlong or nullOptional
The relative due date and time of the task created from this template, in seconds, from the moment of creating the task.
typeOfWorkIdstringOptionalformat: "uuid"
The id of the type of work of this task.
assignedRoleIdstring or nullOptionalformat: "uuid"
The id of the assigned role of this task.
parentIdstring or nullOptionalformat: "uuid"
The id of the parent task template if the task template is a subtask.
subtaskOrderdouble or nullOptional
The order of the subtask template relative to its parent task template.
laneOrderinteger or nullOptional
The lane order defines the vertical position in the planner.
idstringOptionalformat: "uuid"
The Id of the task template.
taskTypeobjectOptional
The task type model.
taskListTemplatelist of objects or nullOptional
The task list templates of the task template.
taskDependencyTemplateslist of objects or nullOptional
The list of task dependency templates for that task template.
assigneeIdslist of strings or nullOptional
The list of assigned users to that task template.
createdOnstringOptionalformat: "date-time"
The date this task was created.
createdBystringOptionalformat: "uuid"
The id of the user who created this task.
updatedOnstringOptionalformat: "date-time"
The date this task was last modified.
updatedBystringOptionalformat: "uuid"
The id of the user who last modified this task.
orderdouble or nullOptional
For internal purposes.
hasAttachmentsbooleanOptional
If the task template has attachments.
isRecurringbooleanOptional
If the task is a recurrency template, the flag is true.
customFieldslist of objects or nullOptional
The Custom fields of the task template.
tagslist of objects or nullOptional
The list of tags that will be applied to the task when it is created.

Errors

404
Not Found Error