Skip to main content
GET
List appointment_types

Authorizations

Authorization
string
header
required

API key from Developers → API Keys, sent as Authorization: Bearer .

Query Parameters

page
integer
Required range: x >= 1
page_size
integer
Required range: 1 <= x <= 100
cursor
string

Cursor pagination: send empty to start, then the token from links.next. Constant cost per page and stable under concurrent writes; response meta is {per_page, has_more} and links.first/prev are null. Bound to the filters, sort and page_size it was issued for (422 otherwise). Omit to use page/page_size.

sort
string

attr[,attr]:asc|desc — sortable: id, name, duration, modality_id, type, group_max_attendees, custom_order, updated, created

id
string

Filter: operator:value

name
string

Filter: operator:value

duration
string

Filter: operator:value

color
string

Filter: operator:value

columns
string

Filter: operator:value

modality_id
string

Filter: operator:value

type
string

Filter: operator:value

group_max_attendees
string

Filter: operator:value

active
string

Filter: operator:value

custom_order
string

Filter: operator:value

updated
string

Filter: operator:value

created
string

Filter: operator:value

online_booking
string

Filter: operator:value

metadata
object

Filter by integrator metadata: metadata[key]=operator:value

Response

Page of appointment_types

data
object[]
meta
object