Pagination
Pagination
Splitting a large list of results into smaller pages. Common styles are offset (?offset=0&limit=50), cursor (opaque token), and page-based (?page=2).
Splitting a large list of results into smaller pages. Common styles are offset (?offset=0&limit=50), cursor (opaque token), and page-based (?page=2).