Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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
    }
  ]
}
  • No labels