Content
You are here:
API for download XLS file with Time tracked report
Hello,
I send last week's reports (with XLS attachment) of activities to my customers every Sunday. It's manual and annoying work.
I want to automate it using API.
Now I'm using https://xxx/cost_reports/12 from a web browser with custom-defined filters and clicking on the button "Export XLS".
Can I do it via API? I read https://www.openproject.org/docs/api/endpoints/, but I cannot see any usable endpoint.
Thanks for your help.
Replies (1)
The API returns JSON. You would have to build your own service or script to transform the JSON data to your needs. Languages such as Python or R might do the trick for you.