Patients with N completed sessions in date range
Returns patients who have exactly (or at least) min_sessions completed appointments in [from_date, to_date], optionally filtered by type (psychologist / nutritionist). From patients_with_n_sessions.
Query parameters
Start date (YYYY-MM-DD).
Start date (YYYY-MM-DD).
End date (YYYY-MM-DD).
End date (YYYY-MM-DD).
Minimum (or exact) number of completed sessions.
Minimum (or exact) number of completed sessions.
Filter by appointment type: psychologist, nutritionist (lowercase), or omit for both.
Filter by appointment type: psychologist, nutritionist (lowercase), or omit for both.
If true, only patients with exactly min_sessions; if false, patients with >= min_sessions.
If true, only patients with exactly min_sessions; if false, patients with >= min_sessions.
Page size.
Page size.
Page number (1-based).
Page number (1-based).
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.