Hi, For paging of results in API calls, you can specify pageSize parameter in the GET requests, but how do I specify window offset. For example, https://mycall?pagesize=200 will return results from 1 to 200, but now how do I ask for the next batch, i.e. results from 201 to 400? Kind Regards, Shujaat
... View more