I've seen this question, but not the type of answer I'm hoping for. A CURL example is a great for me to translate the request. Similar to the CURL examples in the docs for List Records, it looks like I should be able to request records 101-200 using the offset value returned in the original request. The docs say it's a Query, therefore:
...?offset=itrvDOnB9cbRDnn63/rec1VA0JPORC2S9Zz
It's not working. I haven't inspected the returned headers yet.
So the questions:
-- should the request be RAW or POST?
--should/could the request be a JSON payload instead of querystring params?
I need to retrieve thousands of records. My follow up question for data from a different table, USING JSON Payloads can I somehow filter fields? There are many fields I really don't want to process on my end.
Thanks,
Scott
IDS
PS: I plan on using POSTMAN for testing.