Get full details of a specific review.

With a partner key, the email address of a reviewer is not disclosed.
However unless the reveiewer chose to review anonymously, an md5 hash of the email is given for comparison against your own user records.

Url Parameters

{review_id}

The ID of the review to be loaded

Example JSON response:

{
"results": {
"review": {
"review_id": 105,
"user_id": 60,
"is_published": 1,
"location_id": 0,
"location_name": "",
"rating": 4,
"title": "I like our new demo",
"review": "yes I do",
"date_written": "2013-03-25T15:18:08Z",
"recommend": 1,
"language_code": "en",
"language_name": "English",
"written_in_city": "Munich",
"written_in_country_code": "DE",
"written_in_country_name": "Germany",
"vote_positive": 0,
"vote_negative": 0,
"vote_total": 0,
"comments": [

],
"review_form_questions": [

],
"second_form_questions": [

],
"request": {
"type": "invite",
"code": "",
"request_id": 8679,
"template_id": 16
},
"reviewer": {
"name": "Bert Johansson",
"first_name": "Bert",
"last_name": "Johansson",
"email_hash": "23463b99b62a72f26ed677cc556c44e8"
"city": "London",
"can_publish_city": 1,
"can_publish_experience": 1,
"gender": "male",
"can_publish_gender": 1,
"experience": "Hobby diver",
"age_group": "<20",
"can_publish_age_group": 1,
"self_description": "For me the dive IS the experience",
"can_publish_self_description": 1,
"avatar_url": "http:\/\/www.gravatar.com\/avatar\/e5c85c42d237268dc9d7738f925b6ab2?s=80&d=404&r=pg",
"can_publish_avatar": 1
},
"resources": {
"url": "http:\/\/scubatribe.com\/profile\/acme-dive-tours\/review\/105",
"profile_url": "http:\/\/scubatribe.com\/profile\/acme-dive-tours",
"stars_50px": "http:\/\/scubatribe.com\/\/images\/stars\/500px\/stars_4.png",
"stars_100px": "http:\/\/scubatribe.com\/\/images\/stars\/100px\/stars_4.png",
"stars_150px": "http:\/\/scubatribe.com\/\/images\/stars\/150px\/stars_4.png",
"stars_200px": "http:\/\/scubatribe.com\/\/images\/stars\/200px\/stars_4.png"
}
}
},
"num_records": 1,
"status": "OK"
}

 

Back to Top