Conversations API: Retrieve and submit consumer-generated content (CGC), and retrieve your product catalog and statistics about your CGC.
Feedback Display
The Conversations API lets you programmatically retrieve and submit Bazaarvoice Conversations data for use in your applications. To learn more, go to the Conversations API documentation home page.
Contents
Overview
Inappropriate feedback can be displayed on Reviews, Questions, Answers, and Comments. In order for inappropriate feedback to be displayed, the API key must be configured to allow that access. Please contact us to assist you with enabling this feature.
If the key allows access to this data, each review object will have a count of the inappropriate feedback votes received. Below are two examples – one with no inappropriate feedback votes and another with two:
Examples
The following examples demonstrate feedback requests. For a complete overview of using the Conversations API to gather and display feedback, refer to the Feedback Submission tutorial.
No inappropriate feedback
( ... Results : [ { Id: "6876723", ReviewText: "Curabitur pulvinar nulla ut mauris varius i..." ... TotalInappropriateFeedbackCount: 0, ... } ] }
Ellipses (…) in above example indicate elements have been removed for clarity.
With inappropriate feedback
( ... Results : [ { Id: "6876723", ReviewText: "Curabitur pulvinar nulla ut mauris varius i..." ... TotalInappropriateFeedbackCount: 2, ... } ] }
Ellipses (…) in above example indicate elements have been removed for clarity.