v1
latestOpenAPI 3.1.02026-08-066484183.6 MBTask Lists
Create a task list
Creates a task list inside a folder. Requires a name, the project_id, and the target folder_id.
{
"data": {
"type": "task_lists",
"attributes": {
"name": "Sprint 5",
"project_id": 31002,
"folder_id": 7781
}
}
}
post/api/v2/task_lists
Headers
X-Organization-Idstring required
Organization ID
Response
Single task list