Discussions
REST IQA Result: Proper paging OFFSET
over 5 years ago by Sean A. Burner
Not sure if my initial question made it through, but ...
I am running IQA through REST
The initial request is form, giving me the FIRST 500 records
http://my.instance.com/api/iqa?queryname=$/My/IQA&limit=500
I now want the next 500/100/... records using this form :
http://my.instance.com/api/iqa?queryname=$/My/IQA&limit=500?offset=500
However I continue to get the FIRST 500 records.
Any help would be appreciated -- Thanks