When an API response contains an array of records, it will also include a pagination object.
By default, this limit is set to 10, but you can modify it by specifying a value in the ‘limit’ query parameter when making the request.
You can leverage the pagination object to make subsequent requests and retrieve more records.
The structure of the pagination object can be found here.
When an API response contains an array of records, it will also include a pagination object.
By default, this limit is set to 10, but you can modify it by specifying a value in the ‘limit’ query parameter when making the request.
You can leverage the pagination object to make subsequent requests and retrieve more records.
The structure of the pagination object can be found here.