Hi all!
I've a relatively simple question: it is possible to ask the BA server the list of the parameters needed to render a WCDF dashboard trough API?
I know that for the PRPT reports you have to do a request similar to the following:
http://192.168.1.10:8080/pentaho/api/repos/: public:quattroc:Reports:consume-energy.prpt/parameter
Or, in alternatively: it is possible to pass initialization parameters during invocation e.g.
http://192.168.1.10:8080/pentaho/api/repos/: public:quattroc: Dashboard: Dashboard1.wcdf/generatedContent?myDateParam="july"
so to have my fancy dashboard preselected with "july"?
Thank you in advance
Matteo