Amenities API
Returns the list of available Amenities.
API details
Name
Value
Name
Type
Description
{
"success": true,
"data": {
"syncId": "b180b6913c335305271a73140c5ac941",
"total": 384,
"from": 1,
"to": 384,
"amenities": [
{
"amenityId": 100001,
"name": "dining table",
"amenityGroupId": 100015
},
{
"amenityId": 100002,
"name": "swimming pool",
"amenityGroupId": null
},
{
"amenityId": 100003,
"name": "Disneyland Paris - Enhanced health and safety measures",
"amenityGroupId": 100015
},
{
"amenityId": 100004,
"name": "Eurostars- Clean & Safe",
"amenityGroupId": 100015
}
]
}
}
Last updated