jasperrocks Posted August 13, 2018 Share Posted August 13, 2018 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 appreciatedhttps://domain.org/jasperserver/rest/resources/Operations?Type=reportUnit&recursive=1 Link to comment Share on other sites More sharing options...
reportdev Posted August 13, 2018 Share Posted August 13, 2018 http://:/jasperserver[-pro]/rest/resources/path/to/folder/https://community.jaspersoft.com/sites/default/files/docs/jasperreports-server-web-services-guide.pdfits available in REST, but you need to scrape the XML tags to get the actual Report name from the XML Link to comment Share on other sites More sharing options...
hozawa Posted August 14, 2018 Share Posted August 14, 2018 Use lower case "T" in "type=" Link to comment Share on other sites More sharing options...
jasperrocks Posted August 14, 2018 Author Share Posted August 14, 2018 Url to find reports under a particular folderhttps://domain.org/jasperserver/rest/resources/pathtofolder?type=reportUnit&recursive=1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now