Pagination parameters
All pagination parameters are optional.| Parameter | Type | Description | Default |
|---|---|---|---|
limit | number | The number of objects to return. | 25 |
nextPageToken | string | Token acquired from a previous request. |
limit
Thelimit parameter is the number of objects to return.
Allowed range is 1-100.
nextPageToken
To retrieve the next page use thenextPageToken value from the response as the nextPageToken parameter in your subsequent request.
If there are no more pages, the nextPageToken field will not be present in the response.