---
title: "Registered patients overview"
method: GET
path: "/api/analytics/registered-patients/overview"
tags: ["analytics"]
---

# Registered patients overview

`GET /api/analytics/registered-patients/overview`

Returns zero-filled daily counts and totals for the cohort registered in the selected period, including CALL_GRATUITA bookings, CALL_CONOSCITIVA bookings, completed initial questionnaires and patients who opened a journey step. Daily values are grouped by the patients' UTC registration day.

## Query parameters

- `from_date` string, date, required — Start day (YYYY-MM-DD), inclusive.
- `to_date` string, date, required — End day (YYYY-MM-DD), inclusive.

## Response `200`

Successful Response

- RegisteredPatientsOverviewResponse — Registration-cohort overview with totals and zero-filled daily counts.
  - `filters` RegisteredPatientsOverviewFilters, required — Date range applied independently to each registration/booking event.
    - `from_date` string, date, required
    - `to_date` string, date, required
  - `totals` RegisteredPatientsOverviewTotals, required — Registration and milestone totals for the cohort registered in the selected period.
    - `registered_patients` integer, required — Patients registered in the period
    - `free_calls_booked` integer, required — Registered-period patients who booked a CALL_GRATUITA
    - `intro_calls_booked` integer, required — Registered-period patients who booked a CALL_CONOSCITIVA
    - `initial_questionnaires_completed` integer, required — Registered-period patients who completed the initial questionnaire
    - `journey_step_opened_patients` integer, required — Registered-period patients who opened at least one journey step
  - `daily` RegisteredPatientsDailyRow[], required
    - `day` string, date, required
    - `registered_patients` integer, required
    - `free_calls_booked` integer, required
    - `intro_calls_booked` integer, required
    - `initial_questionnaires_completed` integer, required
    - `journey_step_opened_patients` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/corabea/apis/corabea-api.md) · [All operations](https://skmtc.dev/corabea/apis/corabea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corabea/corabea-api/revisions/13c1bce1bdc4/schema)
