Get the list of all the reviews for all the properties.

Used to create a page only for reviews, with the option to filter by apartment, for example.

Request: Reviews(usr, pwd)

parameter

type

format

mandatory?

usr

integer

Yes

pwd

string

Yes

Response:

{
  "Reviews": [
    {
      "review_date": "2020-12-01",
      "name": "Irene",
      "country": "DK",
      "country_name": "Denmark",
      "text": "Beautiful apartment, super clean. We will repeat.",
      "language": "EN",
      "lodging_id": "1002",
      "lodging_name": "Casa Pepe",
      "rating_cleaning": "5",
      "rating_equipment": "5",
      "rating_service": "5",
      "rating_surroundings": "5",
      "rating_tranquility": "5"
    }
  ]
}