What API Endpoint to retrieve a single value from a project's dashboard?

I have a project that contains a list of tasks and their subtasks, and columns of Calculated Balance and Invoice Owed. The columns “Sum” the Total sum of number values in each sub task’s row. There is a Dashboard view, with a section Sum of Balances.

My question is, using the API endpoints, how does one obtain Sum of Balances value in the dashboard? Is there a specific endpoint that can be used?

Welcomw, @Vin_Porta,

I’m afraid neither the sums nor the dashboard charts are available in the API.

You could derive the sums by retrieving the tasks and doing the sums yourself programmatically.

Thanks,

Larry

That’s what I figured. Thank you.