Skip to main content
GET
Get start intervals for waitlist entries

Abfrageparameter

service_id
string
erforderlich

Service UUID

resource_id
string

Resource UUID

date
string

Date (Y-m-d)

start_date
string

Optional pagination cursor in Atom / ISO 8601 format.

timezone
string

Optional timezone identifier. Defaults to the resource or organization timezone.

duration
integer

Optional requested duration in the service unit.

Antwort

200 - application/json

Waitlist start intervals

start_date
string<date-time>

Interval start (W3C / ISO 8601)

end_date
string<date-time>

Interval end (W3C / ISO 8601)

unit
enum<string>

Duration unit of the interval

Verfügbare Optionen:
minute,
hour,
day,
week,
month
available
boolean

Whether this interval is available for booking

number_available
integer

Total number of available slots

remaining_number_available
integer

Remaining slots after existing bookings

quota
integer | null

Maximum bookable slots (null if unlimited)

unavailability_type
string

Reason the interval is unavailable

resource_ids
string[]

IDs of resources available for this interval

messages
string[]

Human-readable messages about availability constraints

series_periods
object[] | null

Series period definitions (for series bookings)

timeslot_series_id
string | null

Associated timeslot series UUID

title
string | null

Display title for the interval

date_time
string<date-time>

Compatibility: same as start_date (or end_date for end-interval requests)

local_date_time
string<date-time>

Compatibility: interval datetime in the resource's local timezone

next_end_date
string<date-time> | null

Compatibility: same as end_date (null for end-interval responses)