hi guys,
i’m quite new to this, so please forgive me if i’m not understanding right away.
i would like to load project infos into my dashboarding tool “klipfolio”.
my problem is, that with this call
https://app.asana.com/api/1.0/projects/project-id/tasks/ i only get rudimentary infos of the project
→ Task ID; Task-Name, Ressource-Type.
When I use the task-ids of the first call I am getting more details, but I would need to loop every task-id in order to get all the details: https://app.asana.com/api/1.0/tasks/task-id (-> Name, Created at, assignee, etc.)
The problem now is, that I’ve project which have too many tasks for the functions in klipfolio to loop over every item. I would generate a time out.
So I am looking for an api-call directly from asana, which could provide me with the necesarry infos, without needing to loop.
thank you very much for your help
best regards,
christian