List query parameters
The following parameters can be passed as HTTP query parameters in the request. Thepage parameter should be omitted when fetching the first page. To fetch the second page, its value should be retrieved from the nextPage field in the first page’s response.
The number of objects to return in a page. Minimum: 1, maximum: 25.
The page cursor from which objects will be returned.
List response format
The paginated response will have the following two fields:An array containing the actual response elements, paginated according to the request parameters.
Cursor value to be used to fetch the next page.
null denotes the end of results.