Hi All,
Is there any way to list all the reports in Jaspersver using rest API.I'm working on something like this but the below one is not working.Any help is appreciated
https://domain.org/jasperserver/rest/resources/Operations?Type=reportUnit&recursive=1
3 Answers:
Posted on August 13, 2018 at 4:25pm
http://:/jasperserver[-pro]/rest/resources/path/to/folder/
its available in REST, but you need to scrape the XML tags to get the actual Report name from the XML
Posted on August 14, 2018 at 2:50pm
Url to find reports under a particular folder
https://domain.org/jasperserver/rest/resources/pathtofolder?type=reportUnit&recursive=1