TaskLists
Number of APIs: 4
-
Add a task list to a room based on a task list template. POST {{baseUrl}}/v2/accounts/{{accountId}}/rooms/{{roomId}}/task_lists
-
Deletes a task list. If there are attached documents they will remain in the associated DELETE {{baseUrl}}/v2/accounts/{{accountId}}/task_lists/{{taskListId}}
-
Returns all task list templates for the company of the active user. GET {{baseUrl}}/v2/accounts/{{accountId}}/task_list_templates?startPosition=0&count=100
-
Returns the summary for all viewable task lists in a GET {{baseUrl}}/v2/accounts/{{accountId}}/rooms/{{roomId}}/task_lists