Patient
Get a paged array of patients
Get a paged array of patients
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The starting object id of the next page
Example:
200
The starting object id of the previous page
Example:
100
Search for objects updated after this date time
Example:
"2023-07-30T09:00:00.000Z"
Search for objects updated before this date time
Example:
"2023-07-30T09:00:00.000Z"
Whether archived objects should be retrieved, default is false
Available options:
true
, false
Patient firstname
Example:
"Harry"
Patient lastname
Example:
"Potter"
Patient email
Example:
"harry@hogwarts.edu"
Patient birth date in YYYY-MM-DD format
Example:
"1990-01-01T00:00:00.000Z"
Patient phone number without country code
Example:
"0412345678"
Patient tag
Example:
"Self-managed"
Response
200 - application/json
A paged array of patients
The response is of type object
.