API to fetch all tasks at once across all projects

API to fetch all tasks at once across all projects

Do you guys provide any single API call that will show a user's tasks across all projects?

In the current documentation the only way it's possible is by fetching each project id's and than Fetching tasks for a specific user under each Display Type i.e. upcoming/delayed/misc.

With this apporach it will take (1 call to extract projects Ids +(no of projects * 3)) api calls to fetch a user's own task.

You should also think about adding an "all" option in the Display type.

Is there a better way to achieve this?