Gets a task list template.
Required Permissions
Any authenticated user.Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
taskBundleId
The id of the task bundle.
taskListTemplateId
The task List Template Id.
Response
OK
id
The id of the task list.
createdOn
The date this task list was created.
createdBy
The id of the user who created this task list.
updatedOn
The date this task list was last modified.
updatedBy
The id of the user who last modified this task list.
name
The name of the list.
order
The order of the list.
plannedDuration
The planned duration for this task list, in seconds.
totalPlannedDuration
The total planned duration for this task list, including all primary tasks (parent tasks which have this tacklist as PrimaryTaskListId), in seconds. Calculated: sum PlannedDuration of primary tasks in list Archived task lists are not included in the calculation.
totalPlannedDurationWithHierarchy
The total planned duration for this task list, including all primary tasks (parent tasks which have this task list as PrimaryTaskListId), in seconds. Calculated: max(PlannedDuration, sum TotalPlannedDurationWithHierarchy of primary tasks in list) Archived task lists are not included in the calculation.
isArchived
Whether the task list has been archived.
isHiddenForConnectUsers
True if the task in this list will be not visible for external workspace users.
False otherwise.

