Project

General

Profile

Actions

Feature #1598

closed

API: Offset Pagination

Added by Andreas Olschnögger over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Normal
Category:
API
Target version:
Start date:
2021-11-08
Estimated time:

Description

It would be good to have something like an offset pagination to the current variant, so that pages further behind can be accessed correctly without first making a request to the first page.
For example:
  • ?limit=20 will return first page
  • ?limit=20&offset=20 will return second page
  • ?limit=20&offset=40 will return third page
  • and so on
Actions

Also available in: Atom PDF