Skip to main content

Review details object definition and links to validations

Properties

ParentNameTypeInput
$.reviewDetailsobject
REQUIRED
reviewDetailsdateAddeddateTime
REQUIRED
reviewDetailspartnersReviewIdstring
REQUIRED
reviewDetailsreviewobject
REQUIRED
reviewDetailstypestring
REQUIRED
reviewDetailslocalizedReviews[]array
OPTIONAL

JSON Data Samples

User Review
{
"reviewDetails": {
"partnersReviewId": "user-review-12345",
"dateAdded": "2026-03-15T10:30:00Z",
"type": "USER",
"review": {
"author": {
"givenName": "John",
"lastInitial": "D",
"alternateName": "JohnD123",
"imageUrl": "https://example.com/profiles/johnd123.jpg"
},
"name": "Great dining experience!",
"reviewBody": "The food was excellent and the service was outstanding. The atmosphere was cozy and welcoming. Highly recommend the pasta dishes.",
"locale": "en",
"starRatings": [
{
"category": "OVERALL",
"ratingValue": 4.5,
"bestRating": 5,
"worstRating": 1
}
],
"interactionStatistics": [
{
"interactionType": "HELPFUL",
"userInteractionCount": 42
}
]
},
"localizedReviews": [
{
"name": "¡Gran experiencia gastronómica!",
"reviewBody": "La comida fue excelente y el servicio fue excepcional. El ambiente era acogedor y acogedor. Recomiendo encarecidamente los platos de pasta.",
"locale": "es"
}
]
}
}
Critic Summary
{
"reviewDetails": {
"partnersReviewId": "critic-review-7890",
"dateAdded": "2026-02-20T14:45:00Z",
"type": "CRITIC_SUMMARY",
"review": {
"name": "A Culinary Journey Worth Taking",
"reviewBody": "This restaurant delivers an exceptional dining experience that seamlessly blends traditional techniques with modern innovation. The chef's attention to detail is evident in every dish, from the perfectly balanced flavors to the artistic presentation. The service staff demonstrates deep knowledge of the menu and wine pairings, elevating the entire experience.",
"locale": "en",
"partnersResourceUrl": "https://example.com/reviews/restaurant-123",
"starRatings": [
{
"category": "OVERALL",
"ratingValue": 4,
"bestRating": 5,
"worstRating": 0
}
]
}
}
}
NameReference
APILink