migmedia Posted October 22, 2012 Posted October 22, 2012 Is there a way to list all executable reports via rest_v2-API? Like SOAP returning a List of ResourceDercriptor when asking 'OperationName = Request.OPERATION_LIST'; Is there a pondon in REST-v2?Which url has to be read for this?Micha
marianol Posted October 22, 2012 Posted October 22, 2012 Not in Rest v-2 but it's available on the original REST. If you do a GET request for "http://<host>:<port>/jasperserver[-pro]/rest/resources" and pass recursive = 1 and type = reportUnit It will give you a full list of all the available reports. Similar to the SOAP list funtionSee page 17 (section 2.1) of the Web Services Guide http://community.jaspersoft.com/sites/default/files/docs/jasperreports-server-web-services-guide.pdf
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