pagelimit
page is set to 0 and limit is set to 25. You can fetch a maximum of 100 records at once.
Example request
Typical example:Example response
The response includes apagination object with the total record count, the number of pages, the current page, and the limit used for the request.
Recommended usage
- Start with
page=0 - Use the default
limit=25unless you need a larger page size - Do not request more than
100records at once - Continue increasing the page number until you have processed the full result set