GET /api/v2/list/list_id/task

Get Tasks

Servers

Query parameters

Name Type Required Description
date_updated_gt String No
include_closed String No
date_updated_lt String No
team_id String No
statuses[] String No
subtasks String No
order_by String No
assignees[] String No
page String No
project_ids[] String No
date_created_lt String No
due_date_gt String No
reverse String No
custom_task_ids String No
date_created_gt String No
custom_fields String No
space_ids[] String No
due_date_lt String No

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.