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
taskBundleId
The id of the task bundle.
taskTemplateId
The id of the task template.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
OK
name
The name of the task created from this template.
description
The description of the task created from this template.
isPrio
Whether the task created from this template will be marked as priority.
plannedDuration
The expected planned workload of the task created from this template, in seconds.
relativeStartOn
The relative start date and time of the task created from this template, in seconds,
from the moment of creating the task.
relativeDueOn
The relative due date and time of the task created from this template, in seconds,
from the moment of creating the task.
typeOfWorkId
The id of the type of work of this task.
assignedRoleId
The id of the assigned role of this task.
parentId
The id of the parent task template if the task template is a subtask.
subtaskOrder
The order of the subtask template relative to its parent task template.
laneOrder
The lane order defines the vertical position in the planner.
id
The Id of the task template.
taskType
The task type model.
taskListTemplate
The task list templates of the task template.
taskDependencyTemplates
The list of task dependency templates for that task template.
assigneeIds
The list of assigned users to that task template.
createdOn
The date this task was created.
createdBy
The id of the user who created this task.
updatedOn
The date this task was last modified.
updatedBy
The id of the user who last modified this task.
order
For internal purposes.
hasAttachments
If the task template has attachments.
isRecurring
If the task is a recurrency template, the flag is true.
customFields
The Custom fields of the task template.