Be able to pull total project cost data from the project list pull from the API
Right now the only way to pull the total project cost data is to pull from each individual project. Which would mean I would have to write each individual API calls for each project. This solution is not sustainable/automatic. It would be so great if I could get the total project cost along with the list of all projects in one API call so I can do things such as budget analysis and a multitude of different things.
-
Tony Trinh commented
This issue has been resolved, the zoho tech team told me to use the https://books.zoho.com/api/v3/reports/projectsummary to pull the data I was trying to get, "budget_amount" is the column I was looking for. Thanks!