Retrieve Patient/Appointment Data with Custom Fields in a Single API Call
Posted: Fri Mar 28, 2025 4:29 am
I am working with the Open Dental API and need to retrieve patient and appointment details, including data stored in custom fields (PatFields and ApptFields). Currently, I see that:
- The Patients API returns standard patient details but does not include PatFields.
- The Appointments API retrieves appointment details but does not include ApptFields.
- To get custom fields, I need to make separate calls to PatFields (GET /patfields) and ApptFields (GET /apptfields).
Is there any way to retrieve patient or appointment data along with their respective custom fields (PatFields for patients and ApptFields for appointments) in a single API request? If not, is there any recommended best practice to optimize multiple API calls efficiently?
Any guidance would be appreciated!
- The Patients API returns standard patient details but does not include PatFields.
- The Appointments API retrieves appointment details but does not include ApptFields.
- To get custom fields, I need to make separate calls to PatFields (GET /patfields) and ApptFields (GET /apptfields).
Is there any way to retrieve patient or appointment data along with their respective custom fields (PatFields for patients and ApptFields for appointments) in a single API request? If not, is there any recommended best practice to optimize multiple API calls efficiently?
Any guidance would be appreciated!