1

I would like to know how can i export by the API the Cost of a project The cost element is present on this page: https://activecollab.com/help/books/budgeting/profitability

I try with GET /projects/1/budget but i don't have this value

thanks for your help

Ilija
  • 4,105
  • 4
  • 32
  • 46
julie
  • 11
  • 3

1 Answers1

0

You can GET /api/v1/projects/:project-id/financial-stats and you'll receive project profitability data. Note that only owners, project leader and people with permission to manage financials can access this project API.

Ilija
  • 4,105
  • 4
  • 32
  • 46