Guest Satisfaction
Request
https://interface.experience-hotel.com/api/statistics/guests-satisfaction/?date_start=2023-01-01&date_end=2024-01-31Param
Format
Required
Response
[
{
"configuration": {
"business_name": "Hôtel Test",
"business_id": 1234,
"rating_min": 1,
"rating_max": 5
},
"stay": {
"booked_at": "2023-10-03T06:18:46.000000Z",
"arrival_date": "2023-11-28T23:00:00.000000Z",
"arrival_day": "wednesday",
"departure_date": "2023-11-29T23:00:00.000000Z",
"departure_day": "thursday",
"duration": 1,
"presence_days": [
"wednesday",
"thursday"
],
"room_number": [
"015"
],
"room_type": [
"TWIN"
],
"rate_code": "MYRATECODE",
"booking_additional_properties": [
{
"name": "segment",
"value": "BOOKING.COM"
},
{
"name": "origine",
"value": "my-origin"
}
]
},
"segment": null,
"purpose": "family_visit",
"customer": {
"email": "test@test.com",
"title": "MME",
"firstname": "Jane",
"lastname": "Doe",
"language": "fr",
"birthdate": "1970-05-19",
"age_at_time_of_stay": 53,
"addr_street": null,
"addr_city": null,
"addr_zipcode": null,
"addr_country": "FR",
"continent": "Europe",
"nationality": "FR",
"mobile_phone": "+33601010101",
"phone": "0601010101",
"number_of_stays": 1,
"often_travel_to_city": false,
"customer_custom_properties": [],
"customer_additional_properties": []
},
"internal_id": 123456,
"response_date": "2023-12-02T20:00:04.000000Z",
"average_score": 5,
"ratings": [
{
"internal_id": 1621,
"deleted_question": false,
"code": "general",
"question_titles": [
{
"name": "Overall rating of your stay",
"code": "en"
}
],
"rating": 5,
"text_pro": null,
"text_con": null,
"text_neutral": "Lovely"
},
{
"internal_id": 424,
"code": "roomquality",
"question_titles": [
{
"name": "Rooms quality",
"code": "en"
}
],
"rating": 5,
"text_pro": "Awesome, very confortable",
"text_con": "Would have loved better view",
"text_neutral": null
}
]
}
]Fields available
Fields
Type
Description
Configuration object
Fields
Type
Description
Stay object
Fields
Type
Description
customer object
Fields
Type
Description
Ratings Array
Fields
Type
Description
Last updated