I have a dashboard item in my JasperServer that I want to call programatically from my JSP. I already knew how to call a report, but for dashboards I don't know how to do it. How do we call the dashboard from a JSP page? And how can I pass the parameters for the report inside the dashboard?

link|improve this question

12% accept rate
feedback

1 Answer

There is no web services API to call dashboards like there is for reports. This will surely be added someday... but for now you can only call a dashboard with an HTTP call.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.