Get all languages which may be used for an activity timeslot.
Languages
Unauthorized: token is not valid
Service unavailable
curl -i -X GET \ https://sandbox.musement.com/api/v3/activity-languages \ -H 'X-Musement-Application: string' \ -H 'X-Musement-Version: 3.4.0'
[- {
- "code": "st",
- "name": "stringstring"
}
]
Taxonomies provide information about an activity's highlights, inclusions and exclusions.
Taxonomy exclusions
Error
curl -i -X GET \ 'https://sandbox.musement.com/api/v3/activity-taxonomies/exclusions?taxonomy_category_code=ACCOMMODATION' \ -H 'Accept-Language: en-US' \ -H 'X-Musement-Application: string' \ -H 'X-Musement-Version: 3.4.0'
[- {
- "category": "TRANSPORTATION",
- "name": "Parking",
- "type": "HIGHLIGHT",
- "uuid": "5a830cc6-51e2-11e7-96a2-06d26c7657b2"
}
]
Taxonomies provide information about an activity's highlights, inclusions and exclusions.
Taxonomy highlights
Error
curl -i -X GET \ 'https://sandbox.musement.com/api/v3/activity-taxonomies/highlights?taxonomy_category_code=ACCOMMODATION' \ -H 'Accept-Language: en-US' \ -H 'X-Musement-Application: string' \ -H 'X-Musement-Version: 3.4.0'
[- {
- "category": "FOOD-AND-DRINK",
- "name": "Mixed drinks at the bar - lit moves on the floor",
- "type": "HIGHLIGHT",
- "uuid": "7a1de19f-51e1-11e7-96a2-06d26c7657b2"
}
]
Taxonomies provide information about an activity's highlights, inclusions and exclusions.
Taxonomy inclusions
Error
curl -i -X GET \ 'https://sandbox.musement.com/api/v3/activity-taxonomies/inclusions?taxonomy_category_code=ACCOMMODATION' \ -H 'Accept-Language: en-US' \ -H 'X-Musement-Application: string' \ -H 'X-Musement-Version: 3.4.0'
[- {
- "category": "ADDITIONAL-FEES-AND-COSTS",
- "name": "Entrance fees",
- "type": "HIGHLIGHT",
- "uuid": "f6092dc0-51e1-11e7-96a2-06d26c7657b2"
}
]
Currencies
Error
curl -i -X GET \ https://sandbox.musement.com/api/v3/currencies \ -H 'Accept-Language: en-US' \ -H 'X-Musement-Application: string' \ -H 'X-Musement-Version: 3.4.0'
[- {
- "code": "USD",
- "name": "US Dollar",
- "symbol": "$"
}
]
This endpoint returns all available flavours, a type of tag for activities.
Flavours
Bad request: there are errors in the request
Service unavailable
curl -i -X GET \ 'https://sandbox.musement.com/api/v3/flavours?group=string' \ -H 'Accept-Language: en-US' \ -H 'X-Musement-Application: string' \ -H 'X-Musement-Version: 3.4.0'
[- {
- "active": true,
- "id": 0,
- "name": "string",
- "slug": "string"
}
]
Get a complete list of feature metadata items that can be used for activities.
Features
Bad request: there are errors in the request
Service unavailable
curl -i -X GET \ https://sandbox.musement.com/api/v3/features \ -H 'Accept-Language: en-US' \ -H 'X-Musement-Application: string' \ -H 'X-Musement-Version: 3.4.0'
[- {
- "code": "string",
- "name": "string"
}
]
Get a complete list of service metadata items that can be used for activities.
Services
Bad request: there are errors in the request
Service unavailable
curl -i -X GET \ https://sandbox.musement.com/api/v3/services \ -H 'Accept-Language: en-US' \ -H 'X-Musement-Application: string' \ -H 'X-Musement-Version: 3.4.0'
[- {
- "code": "string",
- "name": "string"
}
]