How to generate adhoc reports and export to csv using http api?

Hey,

So we usually create adhoc reports using adhoc views. We select the proper fields then we generate the report and export to csv. Now we'd like to automate this process by using the HTTP API. Is there a way to use the HTTP API so we can generate adhoc reports in csv? Also, with the API we should be able to set the fields that are used to generate the reports from.

Thanks for any help

ateszika's picture
Joined: Apr 11 2018 - 10:57pm
Last seen: 5 years 1 month ago

1 Answer:

You should be able to use following syntax according to Ultimate guide instructions:

http://<host>:<port>/<context>/flow.html?_flowId=viewReportFlow&reportUnit=/path_to_your_report&output=pdf
dnaboka's picture
10810
Joined: Jun 8 2012 - 1:18am
Last seen: 3 years 3 months ago
Feedback