List patients
List patients
List patients associated with your EMR. Optionally filter by clinic_id. Use pagination (_start, _limit) for large result sets.
List patients
Query Parameters
0-based index of the first item to return (offset). Use with _limit for paging.
Required range:
x >= 0Maximum number of items to return per request (1–100).
Required range:
1 <= x <= 100Name of the field to sort by (e.g. id, name, created_at). Omit for default sort.
Sort direction: asc or desc.
Available options:
asc, desc Optional. Limit results to patients assigned to this clinic ID. Omit or 0 for all clinics.
