Function get_org_alert_stats

Source
pub async fn get_org_alert_stats(
    platform_id: i64,
    org_id: i64,
    days: Option<i64>,
    db_manager: &State<Arc<DatabaseManager>>,
) -> Result<Json<Value>, (Status, Json<Value>)>
Expand description

Get alert statistics for an organization