paginate
- boolean. Set as true
to enable pagination. Default is false
.
pageSize
- integer. The number of results on each page. Default is 100
and max is 750
.
nextPageUrl
- string. The URL that can be used to get the next page of results (if there is a next page).
previousPageUrl
- string. The URL that can be used to get the previous page of results (if there is a previous page).
nextPageUrl
will be null. On the first page, previousPageUrl
will be null.