API endpoint that allows events to be viewed or edited.

GET /api/v2/events/6325/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 6325,
    "name": "Wednesday, Sep 18-19 2024",
    "details": "https://api.beluga.insectai.org/api/v2/events/6325/?format=api",
    "deployment": {
        "id": 258,
        "name": "ECOLINK",
        "details": "https://api.beluga.insectai.org/api/v2/deployments/258/?format=api",
        "user_permissions": []
    },
    "start": "2024-09-18T18:58:51",
    "end": "2024-09-19T03:59:00",
    "day": "2024-09-18",
    "date_label": "Sep 18-19 2024",
    "duration": "32409.0",
    "duration_label": "9 hours 0 min",
    "captures_count": 0,
    "detections_count": 0,
    "occurrences_count": 0,
    "stats": {
        "detections_max_count": null,
        "detections_min_count": null
    },
    "taxa_count": 0,
    "captures": "https://api.beluga.insectai.org/api/v2/captures/?format=api?event=6325&ordering=timestamp",
    "first_capture": null,
    "summary_data": [
        {
            "title": "Detections per hour",
            "data": {
                "x": [],
                "y": [],
                "ticktext": []
            },
            "type": "bar"
        },
        {
            "title": "Top species",
            "data": {
                "x": [],
                "y": []
            },
            "type": "bar",
            "orientation": "h"
        }
    ],
    "capture_page_offset": null,
    "created_at": "2025-01-22T00:32:31.433878",
    "updated_at": "2025-01-22T00:32:31.499200",
    "user_permissions": []
}