API endpoint that allows events to be viewed or edited.

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

{
    "id": 6327,
    "name": "Friday, Sep 13-14 2024",
    "details": "https://api.beluga.insectai.org/api/v2/events/6327/?format=api",
    "deployment": {
        "id": 259,
        "name": "BAMK",
        "details": "https://api.beluga.insectai.org/api/v2/deployments/259/?format=api",
        "user_permissions": []
    },
    "start": "2024-09-13T18:57:49",
    "end": "2024-09-14T03:58:00",
    "day": "2024-09-13",
    "date_label": "Sep 13-14 2024",
    "duration": "32411.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=6327&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.440198",
    "updated_at": "2025-01-22T00:32:31.502271",
    "user_permissions": []
}