How to get paged output from JRS report using REST
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?
|
One answer
Hi Robert,
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
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