Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
I think &qskip and &grppg are what you are looking for. This URL skips 400 records and returns a set of the next 200 records:
https://SUBDOMAIN.quickbase.com/db/DBID?a=q&qid=1&qskip=400&qrppg=200
The analagous API URL to skip 400 records and return a set of the next 200 records would be this:
https://SUBDOMAIN.quickbase.com/db/DBID?act=API_DoQuery&qid=1&options=num-200.skp-400
https://SUBDOMAIN.quickbase.com/db/DBID?a=q&qid=1&qskip=400&qrppg=200
The analagous API URL to skip 400 records and return a set of the next 200 records would be this:
https://SUBDOMAIN.quickbase.com/db/DBID?act=API_DoQuery&qid=1&options=num-200.skp-400