Content
You are here:
Plugin-reporting and OpenProject API
Added by Florian Cavellini over 8 years ago
Hi all,
Would there be a way to get the result of a privately created Cost Report as json document using the OpenProject API?
I managed to have the API working when requesting workpackages of a project but same operation on a cost report fails.
I guess that the API does not support Reporting plugin but maybe I’m missing something.
requests.get(‘https://myopenproject/api/v3/cost_reports/5’, auth=(‘apikey’, myfakekey’), verify=False)
Throws 404 error.
Please let me know
F.