v1
latestOpenAPI 3.1.02026-08-066984441.1 MBtaskLists
Returns the task list with the specified id.
The permission check in this function is dynamically based on the entity name. In the cases where the user tries to get the project task lists, the user needs read permissions on the project-planning-data feature.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
get/projects/{projectId}/tasklists/{taskListId}
Path parameters
projectIdstring uuid required
The id of the project.
taskListIdstring uuid required
The id of the task list.
Headers
Authorizationstring required
Bearer authentication
Response
OK