Skip to main content

Limiters

Limites are the way you control the quantity of data returned from API.

1. Limit

You can limits the amount of rows the Apexgo API will return.

  • Query: ?limit={number}

  • Range: 0 → Infinity+

  • Default: 50

2. Offset

You can skip specific rows of the return using the offsetlimiter .

  • Query: ?offset={number}

  • Range: 0 → Infinity+

  • Default: 0