Pagination limitations
We fetch records using pagination. Please comply with the following limitations regarding that:
Limitation
Description
Minimum page
Each page starts at 0
. Defaults to 0
if page
is not provided.
Maximum perPage
Each page size must not exceed 50
records (larger numbers will default to 50
)
Last updated