PaginatedResultT Class | ![]() |
Object returned for all GET operations against index endpoints.
This object provides metadata which can be used to perform paging on potentially large data sets.Namespace: Smartsheet.Api.Models
The PaginatedResultT type exposes the following members.
Name | Description | |
---|---|---|
![]() | PaginatedResultT |
Name | Description | |
---|---|---|
![]() | Data |
A list of objects representing the current page of data in the result set.
|
![]() | PageNumber |
The current page in the full result set that the data array represents.
|
![]() | PageSize |
The number of items in a page. Omitted if there is no limit to page size (and hence, all results are included).
Unless otherwise specified, this defaults to 100 for most endpoints.
|
![]() | TotalCount |
The total number of items in the full result set.
|
![]() | TotalPages |
The total number of pages in the full result set.
|