API endpoint that allows events to be viewed or edited.

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

{
    "id": 6326,
    "name": "Monday, Nov 4-5 2024",
    "details": "https://api.beluga.insectai.org/api/v2/events/6326/?format=api",
    "deployment": {
        "id": 263,
        "name": "RCHG",
        "details": "https://api.beluga.insectai.org/api/v2/deployments/263/?format=api",
        "user_permissions": []
    },
    "start": "2024-11-04T18:56:00",
    "end": "2024-11-05T03:55:59",
    "day": "2024-11-04",
    "date_label": "Nov 4-5 2024",
    "duration": "32399.0",
    "duration_label": "8 hours 59 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=6326&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.434520",
    "updated_at": "2025-01-22T00:32:31.499130",
    "user_permissions": []
}