Hi,
I’m making an API call to get a list of items in a collection (I’m using limit and offset in the API call which will be set dynamically depending on the user who is logged in).
It’ll be something like this:
https://api.webflow.com/collections/COLLECTION_ID/items?limit=10&offset=5
This will return me the 5th to 15th items in a collection, however is there a way to select the 5th to 15th items in the collection if I order by a particular field in that collection - for example order by “Published Date” or to order by “Sorting” field? Not sure if this is possible! Any ideas would be great - how is this achieved in the front end when ordering a Collection List in the Designer?
Thanks!
Andrew