TaskLists

Number of APIs: 4

  1. Add a task list to a room based on a task list template. POST {{baseUrl}}/v2/accounts/{{accountId}}/rooms/{{roomId}}/task_lists

  2. Deletes a task list. If there are attached documents they will remain in the associated DELETE {{baseUrl}}/v2/accounts/{{accountId}}/task_lists/{{taskListId}}

  3. Returns all task list templates for the company of the active user. GET {{baseUrl}}/v2/accounts/{{accountId}}/task_list_templates?startPosition=0&count=100

  4. Returns the summary for all viewable task lists in a GET {{baseUrl}}/v2/accounts/{{accountId}}/rooms/{{roomId}}/task_lists