Question
How do you query the next x records in a DataTable using the QueryDataTableEntries service using REST API?
As the title says, I have a query that I pass to the QueryDataTableEntries service via a REST request. Aside from the max number of items returned, I don't see any way to query the first x/next x records in a Data Table. Is there any way to do this? I am trying to get the data back as JSON.

