TotalCount | The total number of records in the list being returned. |
PageSize | The number of records returned in this request. This is controlled by the optional query string parameter "pageSize". |
IsPreviousPage | A boolean value indicating if there are any pages prior to the current page in this list. |
IsNextPage | A boolean value indicating if there are any pages after the current page in this list. |
PageIndex | The index of the current page. The page index is zero based and has a maximum value of ([TotalPages] - 1). This is controlled by the optional query string parameter "page". |
TotalPages | The total number of pages in this list given the [TotalCount] and [PageSize]. |