Depending on the activity configuration, this endpoint may return price info in addition to dates.
For activities with pickups, the pickup
query parameter must be used.
Dates for activity
Forbidden: activity is not accessible to partners
Not found: activity with UUID does not exist
Error
[- {
- "day": "1985-11-05",
- "discount_amount": {
- "currency": "USD",
- "formatted_value": "$ 10.00",
- "formatted_iso_value": "$10.00",
- "value": 10
}, - "merchant_price": {
- "currency": "USD",
- "formatted_value": "$ 10.00",
- "formatted_iso_value": "$10.00",
- "value": 10
}, - "original_retail_price": {
- "currency": "USD",
- "formatted_value": "$ 10.00",
- "formatted_iso_value": "$10.00",
- "value": 10
}, - "original_retail_price_without_service_fee": {
- "currency": "USD",
- "formatted_value": "$ 10.00",
- "formatted_iso_value": "$10.00",
- "value": 10
}, - "retail_price": {
- "currency": "USD",
- "formatted_value": "$ 10.00",
- "formatted_iso_value": "$10.00",
- "value": 10
}, - "retail_price_without_service_fee": {
- "currency": "USD",
- "formatted_value": "$ 10.00",
- "formatted_iso_value": "$10.00",
- "value": 10
}, - "retail_prices_with_custom_discount": [
- {
- "currency": "USD",
- "formatted_value": "$ 10.00",
- "formatted_iso_value": "$10.00",
- "value": 10
}
], - "service_fee": {
- "currency": "USD",
- "formatted_value": "$ 10.00",
- "formatted_iso_value": "$10.00",
- "value": 10
}, - "sold_out": false
}
]
Returns all options, times, holders, languages and products for the specified date. A product's type and ID, required for adding a product to cart, can be found in the response.
For activities with pickups, the pickup
query parameter must be used.
A 422 status code response means the requested date is not available, either temporarily or permanently. Customers are encouraged to try a different date.
Schedule for date
Forbidden: activity is not accessible to partners
Not found: activity with UUID or date in activity do not exist
Unprocessable content: unable to get schedule for activity date
Error
[- {
- "groups": [
- {
- "default": false,
- "description": "",
- "feature_code": "tour",
- "name": "Tour",
- "type": "TIME-BASED",
- "slots": [
- {
- "availability": -1,
- "languages": [
- {
- "code": "en",
- "name": "English"
}, - {
- "code": "it",
- "name": "Italian"
}
], - "max_buy": -1,
- "min_buy": 1,
- "products": [
- {
- "activity_uuid": "6520c1d5-3484-4610-9bce-87670cee3ede",
- "age_range": "3-17",
- "availability": -1,
- "default": true,
- "discount_amount": {
- "currency": "USD",
- "formatted_value": "$ 0.00",
- "formatted_iso_value": "$0.00",
- "value": 0
}, - "holder_code": "adult",
- "holder_code_normalized": "ADULT",
- "language_codes": [
- "en",
- "it"
], - "max_buy": 15,
- "min_buy": 1,
- "name": "Adult",
- "original_retail_price": {
- "currency": "USD",
- "formatted_iso_value": "$48.00",
- "formatted_value": "$ 48.00",
- "value": 48
}, - "original_retail_price_without_service_fee": {
- "currency": "USD",
- "formatted_iso_value": "$48.00",
- "formatted_value": "$ 48.00",
- "value": 48
}, - "product_id": "14491063752",
- "retail_price": {
- "currency": "USD",
- "formatted_iso_value": "$48.00",
- "formatted_value": "$ 48.00",
- "value": 48
}, - "retail_price_without_service_fee": {
- "currency": "USD",
- "formatted_iso_value": "$48.00",
- "formatted_value": "$ 48.00",
- "value": 48
}, - "service_fee": {
- "currency": "USD",
- "formatted_value": "$ 0.00",
- "formatted_iso_value": "$0.00",
- "value": 0
}
}
], - "tags": [ ],
- "time": "18:00"
}
]
}
]
}
]