Is that possible to get the results from REST API for JRS reports?
![]()
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
![]()
David Honey (1.7k●1●7)
| answered Jun 13 '22, 10:27 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER There are no public REST APIs for Report Builder.
|
![]() 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
rs2/query/150/dataservice?oslc_config.context=https://servername/gc/configuration/88&pName=2fdf70bf258347d24fcc92ec48f6d8d2&pVal=SetMyValueHere&basicAuthenticationEnabled=true&rpe=true&report=143&limit=-1
Hope that helps
Comments However, this is an undocumented private REST API. As I previously posted, there are no public REST APIs for Report Builder.
|