Attraction detail API
Returns all the details associated to a single Attraction or a group of Attractions. This is an optional step incase if you want full data of the attraction.
Attraction detail API
Name
Value
Name
Type
Sample body
{
"success": true,
"data": {
"attractions": [
{
"attractionId": 120109,
"title": "The Dubai Frame",
"attractionType": "ticket",
"durationType": "hours",
"duration": 2,
"longitude": null,
"latitude": null,
"cancellationType": "nonRefundable"
},
{
"attractionId": 120125,
"title": "Dhow Cruise Creek",
"attractionType": "booking",
"durationType": "hours",
"duration": 2,
"longitude": null,
"latitude": null,
"cancellationType": "nonRefundable"
}
]
}
}Last updated