GetFeedbackRequestType
Retrieves the accumulated feedback left for a specified user, or the summary feedback data for a specific transaction or item.
Fields
CommentType ( CommentTypeCodeType )
FeedbackID ( string )
FeedbackType ( FeedbackTypeCodeType )
ItemID ( ItemIDType (string) )
Pagination ( PaginationType )
TransactionID ( string )
UserID ( UserIDType (string) )

CommentType ( see CommentTypeCodeType for possible values ) [0..*]
Returns feedback of a specified type (positive, negative, or neutral) in a FeedbackDetailArray. You can include two CommentTypes in your call if you want to exclude the third type from your results. If no CommentType is specified, all of the feedback types are returned.
See the Field Index to learn which calls use CommentType.

FeedbackID ( string ) [0..1]
An ID that uniquely identifies a feedback record to be retrieved. Used only by the Feedback notification.
See the Field Index to learn which calls use FeedbackID.

FeedbackType ( see FeedbackTypeCodeType for possible values ) [0..1]
Returns feedback that you received as a buyer or seller, or feedback you left for others (as either a buyer or a seller). You can include only one FeedbackType in your call. If no FeedbackType is specified, all of the available feedback is returned.
See the Field Index to learn which calls use FeedbackType.

ItemID ( ItemIDType (string) ) [0..1]
The ID of the item that you want feedback data about. If not specified, feedback for all items is returned. Note that when you specify this ItemID field, the response is also changed as follows: any FeedbackType filter you specify is ignored; the maximum number of feedback records returned is 100; and the Pagination input fields are ignored.
See the Field Index to learn which calls use ItemID.

Pagination ( PaginationType ) [0..1]
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.

TransactionID ( string ) [0..1]
Transaction ID whose feedback record you want to inspect. If not specified, then the feedback for all transactions are returned. When a Transaction ID is specified, since only one record is returned, pagination values are ignored.
See the Field Index to learn which calls use TransactionID.

UserID ( UserIDType (string) ) [0..1]
Specifies the user whose feedback data is to be returned. If not specified, then the feedback returned is for the requesting user.
See the Field Index to learn which calls use UserID.

This document was generated with a customized version of the apireferencedocs tool.

© 2005–2009 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.