Hi,
I want to return in the same call, the task and subtask. Because I have more than 1000 task so the call: {{baseUrl}}/tasks/:task_gid/subtasks? but I try to do with the call of projects because it is more quickly ant effective for my job.
How it is posible? this call not return the subtask
/projects/project_gid/tasks?opt_expand=custom_fields,subtask
this return the task but not the subtask
Thanks