It's all about the answers!

Ask a question

Is that possible to get the results from REST API for JRS reports?


Dharshana Priya Ramakrishnan (111) | asked Jun 13 '22, 8:22 a.m.
Is that possible to get the results from REST API for JRS reports?
And is there any possibility to update the parameters for JRS report with REST API?

3 answers



permanent link
David Honey (1.7k17) | answered Jun 13 '22, 10:27 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

There are no public REST APIs for Report Builder.


permanent link
Subramanya Prasad Pilar (4.6k14) | answered Jun 13 '22, 1:50 p.m.

However, you can select Export -> Export the report to IBM Engineering Lifecycle Optimization - Publishing and in the new page, you will find a URL like https://<server>/rs/query/<id>... which will give the result in XML format.


Comments
Dharshana Priya Ramakrishnan commented Jun 14 '22, 12:59 a.m.
Hi Prasad,

But if we have any inputs to the report then those inputs we cannot pass it dynamically right?

Thank You

Subramanya Prasad Pilar commented Jun 14 '22, 1:12 a.m.

Right. 


permanent link
Peter Morgenthaler (102815) | answered Sep 06, 8:41 p.m.

 Hi, We use format of the query all the time AND pass in values for our publishing. It is very much possible. If you setup the RS to have query parameters the URL it exports has them as pVal which you can dynamically set which should do what you want. This is an example report we use



Hope that helps


Comments
David Honey commented Sep 12, 11:30 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

However, this is an undocumented private REST API. As I previously posted, there are no public REST APIs for Report Builder.

Your answer


Register or to post your answer.