v2
latestOpenAPI 3.0.02026-07-2632977728.5 KBClinical
List all instances (materialized and virtual) within a recurring appointment series.
Returns the same appointment response format as /api/appointments. Materialized instances have a real id; virtual instances have id: null. The recurrence_instance_key field is included when the consistent_recurrence_id feature flag is enabled.
get/api/recurring_appointment_instances
Query parameters
base_recurring_appointmentinteger required
ID of the base recurring appointment.
start_datestring date
Start of date range (YYYY-MM-DD). Defaults to the first appointment in the series.
end_datestring date
End of date range (YYYY-MM-DD). Defaults to 1 year from start_date.
fieldsstring
Comma-separated list of fields to include in the response.
verboseboolean
Include expensive fields (reminders, vitals, clinical_note, custom_fields, custom_vitals, status_transitions).