How I can get list of parameters form report with Jasper Server rest api?

Hi all!

I am trying to embed jasper reports to my web site. I want to use REST API and show report on a new page. But all my reports have different parameters. How I can get list of parameters form report with Jasper Server rest api?

Thanks!

viug5's picture
10
Joined: Apr 25 2016 - 4:59am
Last seen: 6 years 11 months ago

Thanks, its what I need!

viug5 - 6 years 11 months ago

1 Answer:

The v2/reports service includes methods for reading and setting input controls.   Is that what you need?  Syntax from the webservices doc:

http://<host>:<port>/jasperserver[-pro]/rest_v2/reports/path/to/report/inputControls/
ghudson_1's picture
54333
Joined: Oct 30 2012 - 12:51pm
Last seen: 1 year 9 months ago
Feedback