Returns the task templates in the specified task list template.

Returns the task templates in the specified task list template.

Required Permissions
Any authenticated user.

Path parameters

taskBundleIdUUIDRequired

The id of the task bundle.

taskListTemplateIdUUIDRequired

The id of the task list template.

Headers

AuthorizationstringRequired

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

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.

typeOfWorkIdUUIDOptional

The id of the type of work of this task.

assignedRoleIdUUID or nullOptional

The id of the assigned role of this task.

parentIdUUID or nullOptional

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.

idUUIDOptional

The Id of the task template.

taskTypeobjectOptional

The task type model.

taskListTemplatelist of objectsOptional

The task list templates of the task template.

taskDependencyTemplateslist of objectsOptional

The list of task dependency templates for that task template.

assigneeIdslist of UUIDsOptional

The list of assigned users to that task template.

createdOndatetimeOptional

The date this task was created.

createdByUUIDOptional

The id of the user who created this task.

updatedOndatetimeOptional

The date this task was last modified.

updatedByUUIDOptional

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 objectsOptional

The Custom fields of the task template.

tagslist of objectsOptional

The list of tags that will be applied to the task when it is created.