Retrieve Subtask Ids from Parent task via API
M
Mohammad Sohomow
It would be great if we could retrieve a list of Subtask ids in the response when querying a parent task via the Task & Tasks endpoints. It works great when looking up a subtask but requires sifting through all tasks in a list given a Parent task.
Log In
John
You can retrieve the subtasks with the parent in the getTask call by adding the include_subtasks=true parameter. This doesn't work with getTasks though because of the potential size of the response with 100 tasks and each of their subtasks.