Forum Discussion
MeredithMoore5
3 years agoQrew Assistant Captain
&options=num-n (where n is the number of records you want displayed) to the end of your report URL.
Or URL.com/db/XXXXXXX?a=q&qid=-1000000&dr=1
This URL skips 400 records and returns a set of the next 200 records:
https://SUBDOMAIN.quickbase.com/db/xxxxxxxx?a=q&qid=1&qskip=400&qrppg=200
This API URL to skips 400 records and returns a set of the next 200 records:
https://SUBDOMAIN.quickbase.com/db/xxxxxxxx?act=API_DoQuery&qid=1&options=num-200.skp-400
------------------------------
Meredith Moore
------------------------------