PaginationParameters Class |
Namespace: Smartsheet.Api.Models
The PaginationParameters type exposes the following members.
| Name | Description | |
|---|---|---|
| PaginationParameters |
Builds optional query string parameters for pagination.
Most index endpoints default to a page size of 100 results. If you need all results at once,
you should specify the includeAll=true query string parameter. |
| 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.
|
| Name | Description | |
|---|---|---|
| toDictionary |
Returns a dictionary of query string parameters.
| |
| ToQueryString |
Returns a formatted string of query string parameters.
|