Sety
    Sety
    • Developer API Reference
    • Health
      • Health check
    • Incidents
      • Create incident
      • List incidents
      • Get incident
      • Cancel incident
      • Add note
    • Access Logs
      • List access logs
      • Access log stats
      • Create access log
      • Get current visitors
      • Checkout visitor
    • Threat Intelligence
      • List danger zones
      • Danger analytics for a location
      • Heatmap data
      • Safety score
      • Route safety analysis
    • Schemas
      • Error
      • PaginatedResponse
      • GeoPoint
      • Subject
      • Location
      • IncidentLocation
      • SLA
      • IncidentTimelineEvent
      • ResponderAssignment
      • TimelineEvent
      • Incident
      • CreateIncidentRequest
      • IncidentAnalytics
      • AccessCode
      • CreateAccessCodeRequest
      • ValidationResult
      • AccessLog
      • CurrentVisitor
      • DangerAnalytics
      • HeatmapResponse
      • SafetyScore
      • TimeAnalysis
      • LocationComparison
      • RouteSafety
      • RiskPrediction
      • IncidentPatterns
      • SafeZones
      • ApiKey
      • CreateApiKeyRequest
      • WebhookEndpoint
      • WebhookDelivery

    IncidentAnalytics

    {
        "total": 0,
        "active": 0,
        "resolved": 0,
        "by_status": {
            "property1": 0,
            "property2": 0
        },
        "by_type": {
            "property1": 0,
            "property2": 0
        },
        "sla": {
            "avg_first_response_seconds": 0,
            "avg_time_to_scene_seconds": 0,
            "avg_time_to_resolve_seconds": 0,
            "response_sla_rate": "string",
            "resolution_sla_rate": "string",
            "total_escalations": 0
        }
    }
    Built with