Skip to content
Andrew Jones edited this page May 27, 2018 · 3 revisions

Request Url: /apis/reviews?propertyId={propertyId}

  • propertyId is the property id, it is integer.

Response:

[
  {
    "Id": 10210,
    "Rating": 5,
    "ReviewTitle": "Fantastic villa and pool",
    "ReviewDescription": "Great property close to beach and facilties",
    "ReviewerName": "Joe Murphy",
    "Notes": "",
    "IsApproved": true,
    "ReviewDate":"27/05/2018 00:00:00" 
}
  {
    "Id": 10632,
    "Rating": 5,
    "ReviewTitle": "Special",
    "ReviewDescription": "Would recommend this property to anybody, most beautiful!",
    "ReviewerName": "Guest name",
    "Notes": "",
    "IsApproved": true,
    "ReviewDate":"27/05/2018 00:00:00"   
}
]
Clone this wiki locally