Patients
Get Patients
Gets the details of a patient
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The ID of the patient
Response
200
application/json
Patient response
Example:
"123456789"
Example:
"123456789"
Example:
"John"
Example:
"Doe"
Example:
["1234", "5678"]
Example:
["Provider 1", "Provider 2"]
Example:
[
"2024-12-05T00:00:00.000-08:00",
{
"startDate": "2024-12-05T09:00:00.000-08:00",
"endDate": "2024-12-05T12:00:00.000-08:00"
}
]
Example:
["1234", "5678"]
Example:
["Appointment Type 1", "Appointment Type 2"]
Example:
"1234567890"
Example:
"Group Name"