Skip to main content
GET
List appointments

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
number
default:1
per_page
number
default:20
sort
string
name
string
from
string
default:""
to
string
default:""
operator
enum<string>
Available options:
and,
or
status
enum<string>
Available options:
all,
active,
archived
organizationId
string | null
patientId
string | null
resourceId
string | null

Response

Successful response

data
object[]
required
pageCount
number
required