GetFeedbackRequestType
Fields
CommentType ( CommentTypeCodeType )
FeedbackID ( string )
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 details will be 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 by the Feedback notification only.
See the Field Index to learn which calls use FeedbackID.

ItemID ( ItemIDType (string) ) [0..1]
Specifies the item ID whose feedback data is to be returned. If not specified, then the feedback for all items is returned. When an Item ID is specified, the maximum number of feedback records returned is 100 and Pagination is 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 a detail level value of ReturnAll is specified and the UserID or no ID (requester option) is specified. Feedback summary data is not paginated (but is still returned when pagination is used).
Valid Pagination.EntriesPerPage input for GetFeedback is limited to 25, 50, 100, and 200. Other values will be treated as the closest valid input less than the value specified or 25. If a value of zero or less or a value greater than 200 is specified, the call fails with an error. When pagination is used and feedback detail entries are being returned, the summary data is returned after the last feedback detail entry on the last page of data.
See the Field Index to learn which calls use Pagination.

TransactionID ( string ) [0..1]
Transaction ID whose feedback record should be returned. If not specified, then the feedback for all transactions will be returned. When a Transaction ID is specified, since only one record is returned, Pagination is 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 [0.5M zip].

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