v2
latestOpenAPI 3.1.02026-07-31515292.8 KBGet Patient Call
get/api/v0/patient-calls/calls/{id}
Path parameters
idstring required
Response
Successful Response
Example response
{
"request": {
"patient_name": "Alex Martin",
"patient_phone": "+14155552671",
"desired_call_ts": "2024-03-19T14:30:00Z",
"call_script_id": "script_abc123",
"external_id": "provider_123",
"metadata": {
"medication": "Atorvastatin",
"appointment_date": "04-01-2024"
},
"voicemail_script": "Hi, this is Riverside Family Medicine calling about your prescription refill. Please call us back at 555-0100."
},
"answers": [
{
"question_id": "q_abc123",
"question_text": "Would you like to schedule a refill?",
"answer": "Yes"
}
],
"call_summary": "Patient confirmed refill; pickup at main pharmacy.",
"creation_ts": "2020-01-01T00:00:00.000000Z",
"completed_at": "2020-01-01T00:05:00.000000Z"
}