I am integrating Asana project metrics with our help desk dashboard. I would like to show 3 numbers for each project: - Total tasks in project - Total completed tasks in project - Total incomplete tasks in project
When I call the project/tasks api, I want to simply get a count, and not have to retrieve all the pages and programatically count the tasks. Is there any parameter for the API calls which just gets me a count of how many tasks match the criteria?
Thanks, Craig