GetFeedbackResponseType
Fields
EntriesPerPage ( int )
FeedbackDetailArray ( FeedbackDetailArrayType )
FeedbackDetailItemTotal ( int )
FeedbackScore ( int )
FeedbackSummary ( FeedbackSummaryType )
PageNumber ( int )
PaginationResult ( PaginationResultType )

EntriesPerPage ( int ) [0..1]
Indicates the number of entries (feedback detail) that are being returned per page of data (i.e., per call). Only returned if entries are returned.
See the Field Index to learn which calls use EntriesPerPage.

FeedbackDetailArray ( FeedbackDetailArrayType ) [0..1]
Contains the individual feedback records for the user, transaction, or item is specified in the request. There is one FeedbackDetailType object for each feedback record. Only populated with data when a detail level of ReturnAll is specified in the request. Not returned if you specify FeedbackID in the request.
See the Field Index to learn which calls use FeedbackDetailArray.

FeedbackDetailItemTotal ( int ) [0..1]
Indicates the number of FeedbackDetailType objects returned in the FeedbackDetailArray property. Only applicable if feedback details are returned.
See the Field Index to learn which calls use FeedbackDetailItemTotal.

FeedbackScore ( int ) [0..1]
Indicates the total feedback score for the user.
See the Field Index to learn which calls use FeedbackScore.

FeedbackSummary ( FeedbackSummaryType ) [0..1]
Summary feedback data for the user. Contains counts of positive, neutral, and negative feedback for predefined time periods. Only applicable if feedback details are returned.
See the Field Index to learn which calls use FeedbackSummary.

PageNumber ( int ) [0..1]
Indicates which page of data was just returned. Will be the same as the value specified in Pagination.PageNumber. (If the input is higher than the total number of pages, the call fails with an error.) Only returned if items are returned.
See the Field Index to learn which calls use PageNumber.

PaginationResult ( PaginationResultType ) [0..1]
Contains information regarding the pagination of data (if pagination is used), including total number of pages and total number of entries. This is only applicable when a User ID or no ID (requester option) is specified.
See the Field Index to learn which calls use PaginationResult.

This document was generated with a customized version of the apireferencedocs tool [0.5M zip].

© 2005–2008 eBay, Inc. All rights reserved.