Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

parameter

type

format

mandatory?

usr

integer

Yes

pwd

string

Yes

Response:

Code Block
languagejson
{
  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
    }
  ]
}