Details for a single review.

Response Attributes

AttributeDescription
ididentifier for the review
overall_scorethe score (out of 10) given by the reviewer for the product
helpfulcount of users who have flagged this review helpful
not_helpfulcount of users who have flagged this review not helpful
good_pointsgood points text
bad_pointsbad points text
general_commentsgeneral comments text
productproduct information
id
name
image_url
retailer_productretailer product information
skuThe SKU of the product as provided by retailer
nameThe name of the product as provided by retailer
fast_responsesarray of responses
response
respondentrespondent details
custom_nameIf the retailer is using our old fast response tool, the custom name is the respondent’s name, and is guaranteed to be populated. Otherwise, if the retailer is using our new fast response tool, then this property is only populated if the respondent provided a “custom title” when sending the response, otherwise the value of this field will be null.
first_nameIf the retailer is using our old fast response tool, then this property will always be null. Otherwise, if the retailer is using our new fast response tool, then this property is only populated if the respondent provided a “first name” when sending the response, otherwise the value of this field will be null.
surnameIf the retailer is using our old fast response tool, then this property will always be null. Otherwise, if the retailer is using our new fast response tool, then this property is only populated if the respondent provided a “surname” when sending the response, otherwise the value of this field will be null.
job_titleThis property will only be populated if the respondent provided a “job title” when sending the response, otherwise it will be null.
display_nameIf the retailer is using our old fast response tool, the display name is the concatenation of the respondent’s name and respondent’s job title separated by a comma (or only the name if there is no job title available). Otherwise, if the retailer is using our new fast response tool, the display name will have the same value as the “You are responding as:” field that we use in the response form (which can be a combination of first_name or first_name + job_title or first_name + surname + job_title, or the custom title).
organisationorganisation details
trkref
name
logo
reviewerreviewer object
facetsfacets object
customer_refretailer’s customer reference (enabled only for some organisations)
order_refretailer’s order reference (enabled only for some organisations)
embeddableif this review is embeddable for SEO usage
confirmed_purchaser_textproduct-specific purchaser type, e.g. “Confirmed holidaymaker”
came_from_reevoo_launchIdentify review left by selected user at Reevoo Launch process
publish_datepublish date (YYYY-MM-DD)
purchase_datepurchase date (YYYY-MM-DD)
delivery_datedelivery date (YYYY-MM-DD)
photosList of photos uploaded by reviewer under the review
curl --request GET \
  --url 'https://api.reevoocloud.com/v4/reviews/5996122?trkref=D10' \
  --header 'authorization: Basic VGVzdF9rZXlfMDAwOlRlc3Rfc2VjcmV0XzAwMA=='
Language
Authentication
Basic
base64
:
Click Try It! to start a request and see the response here!