Pagination:
This pagination parameter divides a large data set into smaller sections to facilitate the handling of JSON responses. This parameter supports integer values only.
page(Default Value=1): a page refers to a portion of the data set that is returned in response to the API request. Typically, The API request will retrieve one page of data, and additional pages can be accessed by specifying a different "page number" in subsequent API requests.
page_size(Default Value=50 and max value = 500): Page size defines the size of pages that are used to limit the total number of records in the APIs response.
Note: If the pagination parameters are not passed then the APIs response returned the first page with a total number of 50 records on the page.
|
Example: [Link]