PaginationResultType

Shows the pagination of data returned by call requests. Pagination of returned data is not needed nor supported for every Trading API call. See the documentation for individual calls to determine whether pagination is supported, required, or desirable.

Types that use PaginationResultType:

Calls that use one or more fields of PaginationResultType:

Fields

TotalNumberOfEntries ( int ) [1]
Indicates the total number of entries that could be returned by repeated call requests. Returned with a value of 0 if no entries are available.
See the Field Index to learn which calls use TotalNumberOfEntries.

TotalNumberOfPages ( int ) [1]
Indicates the total number of pages of data that could be returned by repeated requests. Returned with a value of 0 if no pages are available.
See the Field Index to learn which calls use TotalNumberOfPages.

Copyright © 2005–2013 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.