Controls the pagination of the result set. Child elements, EntriesPerPage and PageNumber, specify the maximum number of individual feedback records to return per call and which page of data to return. Only applicable if DetailLevel is set to ReturnAll and the call is returning feedback for a User ID. Feedback summary data is not paginated, but when pagination is used, it is returned after the last feedback detail entry.
Valid Pagination.EntriesPerPage input for GetFeedback is limited to 25 (the default), 50, 100, and 200. If you specify a value of zero or less, or a value greater than 200, the call fails with an error. If you specify a value between one and twenty-four, the value is rounded up to 25. Values between 26 and 199 that are not one of the accepted values are rounded down to the nearest accepted value.
See the
Field Index to learn which calls use Pagination.