Hi
How can I get the next available results from the REST API query?
I need to access a couple of thousand objects and I am limited by the max items for a single query.
I get an object that looks like below from the GET request that has the key MoreResults = True.
Now I want to get the the next object using a while loop until there are no more results.
My query looks like this https://m-files-server.com/REST/objects?o=102&p1185=2
How can I get the next results until the MoreResults key is False?
What do I write in the query?