KVStore

KOSTENLOS
Durch Carlo Alberto Degli Atti | Aktualisiert il y a 17 jours | Data
Popularität

9.2 / 10

Latenz

415ms

Service Level

100%

Health Check

N/A

Zurück zu allen Diskussionen

How can I set offset for "get items"?

Rapid account: Naosk 8
naosk8
il y a 7 ans

In the documentation, there is a optional field to enable offset for “get items”, but it doesn’t seem to work.
So could you check it, and please let me know the proper usage.

Rapid account: Lordkada
lordkada Commented il y a 7 ans

In the meantime I close this. In case you’re still experiencing unexpected results, please open a new ticket.

Rapid account: Lordkada
lordkada Commented il y a 7 ans

I checked it and from my point of view I can confirm it works as expected.

The offset refers to the created_at field: items in a collection are sorted in the descending order (new items come first) and then filtered out if their created_at >= query param. date (i.e. only older items are kept).

So, when you want to iterate over more batches, you fetch the first one, then take the last item created_at value and use it as parameter to get the second batch… and so on.

This is an example of usage:
https://kvstore.p.mashape.com/collections/my_collection/items?offset=1476496846.550855

Let me know if it works or you have different results

Nehmen Sie an der Diskussion teil - fügen Sie unten einen Kommentar hinzu:

Anmelden / Registrieren, um neue Kommentare zu veröffentlichen