Offset Based Pagination Metadata

API Docs by APIMATIC
ModelsStructures

Offset Based Pagination Metadata
#

NameDescription
limit
Number

The number of results

offset
Number

The number of records that need to be skipped

total
Number

The total count of items


Was this page helpful?

Thank you! Your feedback has been received.
  • REST
  • Java
{
  "limit": 25,
  "offset": 0,
  "total": 10
}