Returns the task template with the specified id.

Returns the task template with the specified id. <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

taskTemplateIdstringRequiredformat: "uuid"
The id of the task template.

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
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.
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.
typeOfWorkIdstringformat: "uuid"
The id of the type of work of this task.
assignedRoleIdstring or nullformat: "uuid"
The id of the assigned role of this task.
parentIdstring or nullformat: "uuid"
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.
idstringformat: "uuid"
The Id of the task template.
taskTypeobject
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 strings or null
The list of assigned users to that task template.
createdOndatetime
The date this task was created.
createdBystringformat: "uuid"
The id of the user who created this task.
updatedOndatetime
The date this task was last modified.
updatedBystringformat: "uuid"
The id of the user who last modified this task.
orderdouble or null
For internal purposes.
hasAttachmentsboolean
If the task template has attachments.
isRecurringboolean
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.

Errors

404
Not Found Error