PaginationInput
This type defines the PaginationInput container used in getUserCases to control the number of cases returned per page, and which page of results to return in the response (call).
Type that uses PaginationInput:
Call that uses PaginationInput:
Fields
Specifies the number of cases to return 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.
See the Field Index to learn which calls use entriesPerPage.
Specifies which page of case results to return 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.