Pagination Parameters
The limit parameter controls the number of resources returned per page. It accepts a positive integer value. The maximum value is
100
.The offset parameter controls the starting point of the page. It accepts a non-negative integer value.
Paginated Response
An example of a paginated response is similar to the following:Example paginated response