Solutions
worksection
beta
help
Support
Any questions?
Write to chat or sign up for a demo - we will respond quickly
Tasks
Getting the list of all account tasks through API: get_all_tasks
Getting the list of project tasks through API: get_tasks
Getting a project task through API: get_task
Creating a task through API: post_task
Updating a task through API: update_task
Closing a task through API: complete_task
Reopening a task through API: reopen_task
Searching tasks through API: search_tasks