API endpoint that allows events to be viewed or edited.

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

{
    "id": 2300,
    "name": "Tuesday, May 23-24 2023",
    "details": "https://api.beluga.insectai.org/api/v2/events/2300/?format=api",
    "deployment": {
        "id": 50,
        "name": "Denmark - OH4",
        "details": "https://api.beluga.insectai.org/api/v2/deployments/50/?format=api",
        "user_permissions": []
    },
    "start": "2023-05-23T23:10:00",
    "end": "2023-05-24T03:00:00",
    "day": "2023-05-23",
    "date_label": "May 23-24 2023",
    "duration": "13800.0",
    "duration_label": "3 hours 50 min",
    "captures_count": 24,
    "detections_count": 5,
    "occurrences_count": 0,
    "stats": {
        "detections_max_count": 5,
        "detections_min_count": 0
    },
    "taxa_count": 0,
    "captures": "https://api.beluga.insectai.org/api/v2/captures/?format=api?event=2300&ordering=timestamp",
    "first_capture": {
        "id": 4261164,
        "details": "https://api.beluga.insectai.org/api/v2/captures/4261164/?format=api",
        "url": "https://anon.erda.au.dk/share_redirect/DSWDMAO70L/avjf/denmark/OH4/20230524/20230523231000-02-snapshot.jpg",
        "width": 3840,
        "height": 2160,
        "timestamp": "2023-05-23T23:10:00",
        "detections_count": 0,
        "detections": [],
        "user_permissions": []
    },
    "summary_data": [
        {
            "title": "Detections per hour",
            "data": {
                "x": [
                    "3:00 AM"
                ],
                "y": [
                    1
                ],
                "ticktext": [
                    "3:00 AM:00",
                    "3:00 AM:00"
                ]
            },
            "type": "bar"
        },
        {
            "title": "Top species",
            "data": {
                "x": [
                    0,
                    0,
                    0,
                    1
                ],
                "y": [
                    "Zeiraphera isertana",
                    "Thera britannica",
                    "Plodia interpunctella",
                    "Acontia aprica"
                ]
            },
            "type": "bar",
            "orientation": "h"
        }
    ],
    "capture_page_offset": null,
    "created_at": "2023-10-12T04:11:46.039407",
    "updated_at": "2024-06-12T05:39:59.667029",
    "user_permissions": []
}