analytics

Monthly analytics (active, new, dropouts)

Returns per-month active count, new patients (first appointment in month), and dropouts (abbandoni) from analytics_monthly.

get/api/analytics/overview/monthly

Query parameters

from_datestring date nullable

Start month (first day of month, YYYY-MM-DD). Default 2000-01-01.

Start month (first day of month, YYYY-MM-DD). Default 2000-01-01.

to_datestring date nullable

End month (first day of month, YYYY-MM-DD). Default today.

End month (first day of month, YYYY-MM-DD). Default today.

Response

Successful Response

Example response

{
  "items": [
    {
      "active": 120,
      "dropouts": 2,
      "month": "2025-01-01",
      "new": 10
    }
  ]
}

Changes

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