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

Collections and Rest API URLs


andrew.brooks_1

Recommended Posts

Good afternoon

I have a report with a parameter that is a java.util.Collection that runs fine in Jaspersoft Studio.

These is to go into the where clause of my SQL query.

I have uploaded the report to Jasperserver but am unable to test as it want's me to search and select values isntead of typing in manually.

When trying to run the report through the REST API, I can add the parameter to the URL, but it doesn't seem to get passed to the report, and the report tries to run without the where clause and all my data is returned.

Any ideas why this might be?

Cheers

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Update to this.

I now have this partially working through the API, the only issue is that it will only work if I'm passing more than one value into the collection parameter.

I can workaround this by adding an extra blank value to the query (see example below):

localhost:8080/jasperserver-pro/rest_v2/reports/reports/test_5.pdf?jobs=18-39222&jobs=

 

Has anyone else experienced this, and found a fix?

 

Regards

Andrew

 

 

Link to comment
Share on other sites

  • 3 weeks later...
  • 2 years later...

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