Get available dates with sessions
cURL
curl --request GET \ --url https://api.letsway.com/v2/experiences/{experienceId}/dates-with-sessions/{from}/{to}
{ "items": [ { "date": [ "<string>" ], "sessions": [ { "startTime": "14:30:00", "duration": 90, "supportedParticipantsCount": 10, "priceTiers": [ { "id": "tier-123", "name": "VIP", "price": 100, "maxQuantity": 5 } ], "withinOnlineBookingCutoffWindow": true, "availableQuantityPerTier": { "tier-123": 5, "tier-456": 2 } } ] } ] }
Available dates with sessions
List of items
Show child attributes