Parameter | Description |
---|---|
Folder ID | The ID of the folder. |
Space ID | The ID of the space. |
Team ID | The ID of the team (Workspace team type). |
Parameter | Description |
---|---|
Archived | Get archived lists. |
{
"id": "<string>",
"name": "<string>",
"orderindex": 3,
"status": null,
"priority": null,
"assignee": null,
"task_count": 30,
"due_date": null,
"start_date": null,
"folder": {
"id": "<string>",
"name": "<string>",
"hidden": false,
"access": true
},
"space": {
"id": "<string>",
"name": "<string>",
"access": true
},
"archived": false,
"override_statuses": false,
"permission_level": "<string>"
}
Was this page helpful?