Jaspersoft reports rest API will provide the response in plain xml or json format?

I gone trough the documents and found Jaspersoft reports rest API will provide response in PDF, HTML, XLS, XLSX, RTF, CSV, XML, DOCX, ODT, ODS, JRPRINT formats. These types can bind by using iframes in the web page.

I want to bind the response to a DIV or Grid control.

Does this rest API will provide this option? i mean is there any option available to get plain xml or json format.

naveen.choleti's picture
Joined: May 12 2016 - 6:30am
Last seen: 6 years 10 months ago

nm

ghudson_1 - 6 years 10 months ago

2 Answers:

Exactly which API are you using? If it's to fetch a report, response is one of report export (pdf, html, xls, xlsx, rtf, csv, xml, docx, odt, ods, jrprint) so you'll be able to get it in xml format. Other API which doesn't return a report will return either a xml or json depending on your request header.

hozawa's picture
169731
Joined: Apr 24 2010 - 4:31pm
Last seen: 3 years 9 months ago

Thank you for your response.

I am using below url to get Report from server.

http://10128:8082/jasperserver-pro/rest_v2/reports/reports/Transactions_Report.html?j_username=jasperadmin&j_password=jasperadmin

In the output its displaying whole html page as i have used ".html". But i need is there any option availble to get plain xml or json format as a response of above url.

 

 

naveen.choleti's picture
Joined: May 12 2016 - 6:30am
Last seen: 6 years 10 months ago
Feedback