PaginationInput

This type defines the PaginationInput container used in getUserCases to control the number of cases appearing on each page of results, and which page of results to retrieve in the response.

Types that use PaginationInput:

Call that uses one or more fields of PaginationInput:

Fields

entriesPerPage ( int ) [0..1]
Specifies the number of cases to retrieve in one page of results in the getUserCases response. This value, along with the number of cases that match the input criteria in the getUserCases request, will determine how many result pages are returned. This field is required if the paginationInput filter is used in the request.
See the Field Index to learn which calls use entriesPerPage.

pageNumber ( int ) [0..1]
Specifies which page of case results to retrieve in the response. The total number of result pages is determined by the total number of cases matching the input criteria divided by the number of cases to display in each page. The total number of cases is returned in the paginationOutput.totalEntries field of the getUserCases response. The cases to display per page is set with the paginationInput.entriesPerPage field. If there are multiple result pages returned, subsequent calls can be made with all of the same input parameters, except for the pageNumber field, which is incremented by a value of 1 each time so that each subsequent page may be viewed and/or handled.
See the Field Index to learn which calls use pageNumber.

Copyright © 2010–2012 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developer Network and API License Agreement.