It's all about the answers!

Ask a question

How to get paged output from JRS report using REST


Robert Huet (23112684) | asked May 08 '19, 5:16 p.m.

 I am using a JRS report to return data from the Data Warehouse using REST.  However, I don't seem to be able to return one page at a time.  Using the &limit= parameter just limits to the first x records.  I tried using &size=x&pos=y, but those seem to be ignored.


Any ideas?


Comments
Robert Huet commented May 09 '19, 10:54 a.m.

This is the REST call I'm making, which I would like to get back one page at a time.

https://***.com/rs/query/11740/dataservice?report=11713&limit=-1&basicAuthenticationEnabled=true 

One answer



permanent link
Kenji Sarai (96029) | answered May 15 '19, 10:51 p.m.

Hi Robert,

There is a misunderstanding. Reportable REST is used when collecting data by DCC job. JRS report URL does not use REST, so these parameters are not valid. 

Your answer


Register or to post your answer.