appointments

CRM: count patient appointments (filtered)

Count appointments for a patient across all operators, with optional appointment_type and status filters (comma-separated statuses). Allowed: admin or the patient's assigned psychologist/nutritionist.

get/api/appointments/crm/patient-appointments-count

Query parameters

patient_idstring uuid required

Patient UUID

Patient UUID

appointment_typestring nullable

Optional appointment type code (e.g. INCONTRO_PSICOLOGO, INCONTRO_NUTRIZIONISTA)

Optional appointment type code (e.g. INCONTRO_PSICOLOGO, INCONTRO_NUTRIZIONISTA)

statusstring nullable

Optional comma-separated appointment statuses (e.g. FATTO)

Optional comma-separated appointment statuses (e.g. FATTO)

Response

Successful Response

countinteger required

Number of matching appointments

Changes

No recorded changes to this endpoint across all 1 revision of this API.