Jump to content

Recommended Posts

Posted

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

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted

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-server-web-services-guide.pdf

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...