You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support token based paging. We should support to fetch resources from a specific id which is a cursor in this case.
Current situation
Currently paging for all endpoints is supported using offset:x while x is a number.
Should
Offset should accept an id which is most likely the resource id. Since the resource id contains the date/time it is possible to retrieve all resources > _id.
Due backwards compatibility offset should probably accept a number as well.
The text was updated successfully, but these errors were encountered:
Describe the change
Support token based paging. We should support to fetch resources from a specific id which is a cursor in this case.
Current situation
Currently paging for all endpoints is supported using offset:x while x is a number.
Should
Offset should accept an id which is most likely the resource id. Since the resource id contains the date/time it is possible to retrieve all resources > _id.
Due backwards compatibility offset should probably accept a number as well.
The text was updated successfully, but these errors were encountered: