Jump to content
We've recently updated our Privacy Statement, available here ×

List all Jaspersoft Reports


brian.berrelez
Go to solution Solved by darth_fader,

Recommended Posts

I had a request today to provide a list of all reports that been deployed to our Jaspersoft Server. Is there a way that I can export all reports to a file or somehow connect to the Jaspersoft studio database and query them? I can easily do this is SQL Server Reporting Services however, this is a completely different animal.

Thanks in advance!

Link to comment
Share on other sites

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

The original version of the REST API supports this in its own unique way:

GET /jasperserver/rest/resources/yourReportFolderName?type=reportUnit&recursive=1

Will list out all report units currently on your server instance. 

So, you can plug this into the url http://yourjasperserver.com:8080/jasperserver/rest/resources/yourReportFolderName?type=reportUnit&recursive=1

And you'll get xml output of all the report units in that folder. This is the only way I'm currently aware of.

Link to comment
Share on other sites

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...