Get bookable appointments

Required Scopes: BOOKABLE_APPOINTMENTS_READ

Returns bookable appointments

SecurityApiKeyAuth
Request
query Parameters
offset
string
Default: "0"

Offset from last request

sliceSize
integer <int32> [ 10 .. 100 ]
Default: 50

Desired size of data chunk

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/appointments/bookable
Request samples
Response samples
application/json
{
  • "result": [
    ],
  • "hasNext": true,
  • "offset": "100"
}