API endpoint that allows events to be viewed or edited.

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

{
    "id": 3567,
    "name": "Friday, May 10-11 2024",
    "details": "https://api.beluga.insectai.org/api/v2/events/3567/?format=api",
    "deployment": {
        "id": 126,
        "name": "Wingscape 1",
        "details": "https://api.beluga.insectai.org/api/v2/deployments/126/?format=api",
        "user_permissions": []
    },
    "start": "2024-05-10T18:09:56",
    "end": "2024-05-11T07:00:16",
    "day": "2024-05-10",
    "date_label": "May 10-11 2024",
    "duration": "46220.0",
    "duration_label": "12 hours 50 min",
    "captures_count": 78,
    "detections_count": 64,
    "occurrences_count": 41,
    "stats": {
        "detections_max_count": 4,
        "detections_min_count": 0
    },
    "taxa_count": 0,
    "captures": "https://api.beluga.insectai.org/api/v2/captures/?format=api?event=3567&ordering=timestamp",
    "first_capture": {
        "id": 9412974,
        "details": "https://api.beluga.insectai.org/api/v2/captures/9412974/?format=api",
        "url": "https://object-arbutus.cloud.computecanada.ca/ami-trapdata/quebec/marcb/20240510MB1/WSCT1220_20240510180956.jpg",
        "width": 6080,
        "height": 3420,
        "timestamp": "2024-05-10T18:09:56",
        "detections_count": 0,
        "detections": [],
        "user_permissions": []
    },
    "summary_data": [
        {
            "title": "Detections per hour",
            "data": {
                "x": [
                    "9:00 PM",
                    "10:00 PM",
                    "11:00 PM",
                    "12:00 AM",
                    "1:00 AM",
                    "2:00 AM"
                ],
                "y": [
                    6,
                    10,
                    10,
                    6,
                    6,
                    5
                ],
                "ticktext": [
                    "9:00 PM:00",
                    "2:00 AM:00"
                ]
            },
            "type": "bar"
        },
        {
            "title": "Top species",
            "data": {
                "x": [
                    0,
                    0,
                    0,
                    0,
                    0,
                    1,
                    4,
                    6,
                    32
                ],
                "y": [
                    "Melanolophia signataria",
                    "Melanolophia canadaria",
                    "Glena cribrataria",
                    "Plutella xylostella",
                    "Acronicta insularis",
                    "Dargida diffusa",
                    "Geometridae",
                    "Lomographa glomeraria",
                    "Extrakunia comstocki"
                ]
            },
            "type": "bar",
            "orientation": "h"
        }
    ],
    "capture_page_offset": null,
    "created_at": "2024-05-14T13:31:25.478129",
    "updated_at": "2024-05-14T15:51:04.280867",
    "user_permissions": []
}