Skip to main content
GET
/
v2
/
experiences
/
{experienceId}
/
dates-with-sessions
/
{from}
/
{to}
Get available dates with sessions
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
          }
        }
      ]
    }
  ]
}

Path Parameters

experienceId
string

Query Parameters

private
boolean
latest
boolean
ignoreCutOffHours
boolean

Response

200 - application/json

Available dates with sessions

items
object[]
required

List of items