Hello Community,
I am currently programming a webapp, which has to export data in the form of exports. So I decided to implement Jaspersoft Server to get the exports with REST API-calls, but I couldn't figure out how to do it properly.
My questions are:
Can I export reports from Jaspersoft Server using only RestAPI-calls?
Do I have to upload a blueprint of that report first?
I hope you can help me.
Thank you in advance
2 Answers:
Posted on June 14, 2018 at 10:55am
This is how you can create a rest v2 call
http://localhost:8080/jasperserver/rest_v2/reports/reports/reportname.pd...
More Info - https://community.jaspersoft.com/wiki/getting-started-rest-web-service-api
You need to have the jrxml uploaded to the server before making rest call