analytics
Daily counts per status in a date range
Returns aggregated daily counts per patient status from mv_analytics_daily for the given range.
get/api/analytics/overview/daily-counts
Query parameters
from_datestring date-time required
Start of date range (ISO 8601).
Start of date range (ISO 8601).
to_datestring date-time required
End of date range (ISO 8601).
End of date range (ISO 8601).
Response
Successful Response
Example response
{
"items": [
{
"count": 50,
"day": "2025-01-15",
"status": "active"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.