Python
Patients
Get Patient Details
Get detailed information about a patient
GET
Python
Path Parameters
The ID of the patient to retrieve UUID of the patient to retrieve
Example:
"123e4567-e89b-12d3-a456-426614174001"
Response
Patient details retrieved successfully
Email address of the patient
First name of the patient
Example:
"Jane"
Last name of the patient
Example:
"Doe"
Date in ISO 8601 format (YYYY-MM-DD)
Example:
"1990-01-01"
The phone number in E.164 format (e.g., +15555555555)
Pattern:
^\+[1-9]\d{1,14}$Example:
"+15555555555"
UUID of the patient
Example:
"123e4567-e89b-12d3-a456-426614174001"
UUID of the project this patient belongs to
Example:
"123e4567-e89b-12d3-a456-426614174000"
Timestamp when the patient was created
Timestamp when the patient was last updated