PaginationParameters Properties |
The PaginationParameters type exposes the following members.
| Name | Description | |
|---|---|---|
| IncludeAll |
If true, include all results (i.e. do not paginate).
Mutually exclusive with pageSize and page (they are ignored if includeAll=true is specified).
| |
| Page |
Which page to return. Defaults to 1 if not specified.
| |
| PageSize |
The maximum number of items to return per page.
Unless otherwise stated for a specific endpoint, defaults to 100 if not specified.
|