Get bookable appointment slots for trial offers

Required Scopes: TRIAL_OFFER_READ

Returns bookable appointment slots for trial offers

SecurityApiKeyAuth
Request
path Parameters
bookableAppointmentId
required
integer <int64>

Id of the bookable trial offer appointment

query Parameters
customerId
integer <int64>

Id of the customer

daysAhead
integer <int32> [ 1 .. 6 ]
Default: 1

Days from now on to look ahead

slotWindowStartDate
string <date>

Bookable appointment slots are calculated in the window from slotWindowStartDate to (slotWindowStartDate + daysAhead)

Responses
200

OK

400

Validation of the request failed.

401

Authentication failed. No api-key, wrong api-key or wrong header name.

403

Authorization failed. The caller has no privilege to the given resource.

404

Entity does not exists.

409

Conflict

429

Access denied - rate limit is exceeded.

500

Unexpected system error.

get/v1/trial-offers/bookable-trial-offers/appointments/bookable/{bookableAppointmentId}/slots
Request samples
Response samples
application/json
[
  • {
    }
]