Represents a single published customer review as returned by the customer review endpoints. Replies (e.g. property-manager response to a customer review) appear under the discussion field as nested objects of the same shape.
| Field | Type | Description |
|---|---|---|
| score | int | Review score on a 0–10 scale. 0 for replies that dont carry a score. |
| title | String | Short title supplied by the reviewer. May be absent. |
| body | String | Free-text review body. |
| author | String | Display name of the reviewer (anonymised representation, e.g. "John D."). |
| lang | String | ISO-639-1 language code of the review text ("fr", "en", …). |
| propertyId | long | Lodging id this review is attached to. |
| city | String | Localized city name of the lodging at the time of the review. |
| labelPropertyType | String | Localized property-type label (e.g. "Apartment", "Villa"). |
| photoId | long | Id of the lodgings lead picture, suitable for the picture URL pattern. 0 when no picture. |
| internalComment | String | Internal comment kept for moderators. May be absent. |
| reviewDate | Date | When the review was last edited (ISO-8601 timestamp). |
| arboGeoShort | String | Short arbo-geo path used for breadcrumb-like display (e.g. "FR/PACA/Cannes"). May be absent. |
| discussion | List | Reply thread — a list of customer-review objects of the same shape (typically property-manager). |
| bookingId | long | Id of the booking this review was written for. May be absent. |