Howto list all available reports with REST-v2-API

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

migmedia's picture
Joined: Oct 21 2012 - 9:59pm
Last seen: 8 years 2 months ago

1 Answer:

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 funtion

See page 17 (section 2.1) of the Web Services Guide http://community.jaspersoft.com/sites/default/files/docs/jasperreports-s...

marianol's picture
15784
Joined: Sep 13 2011 - 8:04am
Last seen: 4 years 5 months ago
Feedback
randomness