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.
number
default:"10"
The number of objects to return in a page. Minimum: 1, maximum: 25.
string
The page cursor from which objects will be returned.
List response format
The paginated response will have the following two fields:array
An array containing the actual response elements, paginated according to the request parameters.
string | null
Cursor value to be used to fetch the next page.
null denotes the end of results.
