Skip to main content

Review

Reviews are feedback provided by guests after their stay at a property. Reviews can be used to rate the property and provide feedback to the property owner or manager.

Fields​

Field NameTypeDescription
idstringUnique identifier for the review.
titlestringTitle of the review.
descriptionstringDescription of the review.
feedbackstringFeedback provided by the guest.
responsestringResponse provided by the property owner or manager.
ratingnumberRating provided by the guest.
createdBystringUser who created the review.
createdAtstringTimestamp of when the review was created in ISO 8601 format.
updatedAtstringTimestamp of when the review was last updated in ISO 8601 format.
guestIdstringUnique identifier for the guest.
propertyIdstringUnique identifier for the property.
reservationIdstringUnique identifier for the reservation.
sourcestringSource of the review.
repliesArrayReplies to the review.
categoryRatingsArrayCategory ratings provided by the guest.

Sub Fields​

Replies​

Field NameTypeDescription
createdBystringUser who created the reply.
createdAtstringTimestamp of when the reply was created in ISO 8601 format.
updatedAtstringTimestamp of when the reply was last updated in ISO 8601 format.
descriptionstringDescription of the reply.

Category Ratings​

Field NameTypeDescription
categorystringCategory for the rating.
ratingnumberRating provided by the guest.
commentstringComment provided by the guest.

Enums​

CalryReviewCategory​

    CLEANLINESS = 'CLEANLINESS',
ACCURACY = 'ACCURACY',
LOCATION = 'LOCATION',
CHECKIN = 'CHECKIN',
VALUE = 'VALUE',
COMMUNICATION = 'COMMUNICATION',
OVERALL = 'OVERALL',
FACILITIES = 'FACILITIES',
COMFORT = 'COMFORT',
STAFF = 'STAFF',
OTHER = 'OTHER',

Supported fields in each source system:​

Field NameHostawayGuestyHostfullyHostifyFantasticstayBookingSync
id✅✅✅✅✅✅
title✅✅✅--✅
description✅✅✅✅✅✅
feedback✅✅✅✅✅✅
response✅✅✅✅✅✅
rating✅✅✅✅✅✅
createdBy✅✅✅--✅
createdAt✅✅✅✅✅✅
updatedAt✅✅✅--✅
guestId-✅-✅✅✅
propertyId✅✅✅✅✅✅
reservationId✅✅✅✅✅✅
source✅✅✅--✅
replies-✅---✅
categoryRatings✅✅✅✅✅✅

✅ Supported and mapped
🔶 Partially mapped, not exact match
🔜 Launching soon
— Not supported in source system

Supported Methods​