Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
eBay Trading API

complexType "ns:GetFeedbackResponseType"
Namespace:
Content:
complex, 22 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 7 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The GetFeedback response contains the feedback summary if a TransactionID or ItemID is specified, and contains the specified user's total feedback score and feedback summary data if a UserID is specified. If no value is supplied, the feedback score and feedback summary for the requesting user will be returned.
If a detail level value of ReturnAll is specified, an array of all feedback records will be returned.
Type Definition Detail
Type Derivation Tree
ns:AbstractResponseType (extension)
  ns:GetFeedbackResponseType
XML Source (w/o annotations (8); see within schema source)
<xs:complexType name="GetFeedbackResponseType">
<xs:complexContent>
<xs:extension base="ns:AbstractResponseType">
<xs:sequence>
<xs:element minOccurs="0" name="FeedbackDetailArray" type="ns:FeedbackDetailArrayType"/>
<xs:element minOccurs="0" name="FeedbackDetailItemTotal" type="xs:int"/>
<xs:element minOccurs="0" name="FeedbackSummary" type="ns:FeedbackSummaryType"/>
<xs:element minOccurs="0" name="FeedbackScore" type="xs:int"/>
<xs:element minOccurs="0" name="PaginationResult" type="ns:PaginationResultType"/>
<xs:element minOccurs="0" name="EntriesPerPage" type="xs:int"/>
<xs:element minOccurs="0" name="PageNumber" type="xs:int"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 7/23)
ns:EntriesPerPage
Type:
xs:int, predefined, simple content
Indicates the number of Feedback records that are set to be returned per page of data (i.e., per call). The EntriesPerPage value defaults to 25 if the Pagination.EntriesPerPage field is not set in the request.

This field is always returned even if the response is not showing any Feedback entries.
XML Representation Summary
<ns:EntriesPerPage>
   
Content: 
{ xs:int }
</ns:EntriesPerPage>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="EntriesPerPage" type="xs:int"/>

ns:FeedbackDetailArray
Type:
Contains the individual Feedback records for the user or order line item specified in the request. There is one FeedbackDetail container returned for each Feedback record. Only populated with data when a detail level of ReturnAll is specified in the request. Not returned if you specify a FeedbackID in the request.
Component Diagram
XML Representation Summary
<ns:FeedbackDetailArray>
   
Content: 
</ns:FeedbackDetailArray>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="FeedbackDetailArray" type="ns:FeedbackDetailArrayType"/>

ns:FeedbackDetailItemTotal
Type:
xs:int, predefined, simple content
Indicates the total number of Feedback records returned in the the response. Only applicable if Feedback details are returned.
XML Representation Summary
<ns:FeedbackDetailItemTotal>
   
Content: 
{ xs:int }
</ns:FeedbackDetailItemTotal>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="FeedbackDetailItemTotal" type="xs:int"/>

ns:FeedbackScore
Type:
xs:int, predefined, simple content
Indicates the total Feedback score for the user.
XML Representation Summary
<ns:FeedbackScore>
   
Content: 
{ xs:int }
</ns:FeedbackScore>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="FeedbackScore" type="xs:int"/>

ns:FeedbackSummary
Type:
ns:FeedbackSummaryType, complex content
Summary Feedback data for the user. Contains counts of positive, neutral, and negative Feedback for pre-defined time periods. Only applicable if Feedback details are returned.
Component Diagram
XML Representation Summary
<ns:FeedbackSummary>
   
Content: 
</ns:FeedbackSummary>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="FeedbackSummary" type="ns:FeedbackSummaryType"/>

ns:PageNumber
Type:
xs:int, predefined, simple content
Indicates the page of data that is currently displaying. The page number to display is set in the Pagination.PageNumber field in the request. If this field is omitted, the PageNumber value defaults to 1 (first page of Feedback entries). If the integer value input into the Pagination.PageNumber field in the request is higher than the total number of available pages, the call fails with an error.

This field is always returned even if the response is not showing any Feedback entries.
XML Representation Summary
<ns:PageNumber>
   
Content: 
{ xs:int }
</ns:PageNumber>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="PageNumber" type="xs:int"/>

ns:PaginationResult
Type:
ns:PaginationResultType, complex content
Contains information regarding the pagination of data, including the total number of Feedback entries and the total number of pages required to show all of these Feedback entries. The total number of pages is dependent on the Pagination.EntriesPerPage value (if set). The EntriesPerPage value defaults to 25 if the Pagination.EntriesPerPage field is not used.

If the call request returns no Feedback entries because there are none, or because the DetailLevel field was not included and set to ReturnAll, the PaginationResult.TotalNumberOfPages and PaginationResult.TotalNumberOfEntries fields are still returned, but with values of 0.
Component Diagram
XML Representation Summary
<ns:PaginationResult>
   
Content: 
</ns:PaginationResult>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="PaginationResult" type="ns:PaginationResultType"/>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
eBay Trading API

WSDL documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML WSDLDoc 1.2.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.