An organisation will have a number of customer experience reviews associated with it. Only published customer experience reviews will be included.

Response Attributes

AttributeDescription
ididentifier for a customer experience review
branch_attributionbranch name (if applicable)
publish_datepublish date (YYYY-MM-DD)
purchase_datepurchase date (YYYY-MM-DD)
delivery_datedelivery date (YYYY-MM-DD)
nps_scoreAn integer from 0 to 10 representing the Net Promoter Score given by the reviewer
reviewerreviewer object
responsesarray of responses
display_key
answer
customer_refretailer’s customer reference (enabled only for some organisations)
order_refretailer’s order reference (enabled only for some organisations)
confirmed_purchaser_textproduct-specific purchaser type, e.g. “Confirmed holidaymaker”
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
curl --request GET \
  --url https://api.reevoocloud.com/v4/customer_experience_reviews/25825474?trkref=D10 \
  --header 'authorization: Basic VGVzdF9rZXlfMDAwOlRlc3Rfc2VjcmV0XzAwMA=='
Language
Authentication
Basic
base64
:
Click Try It! to start a request and see the response here!