API endpoint that allows events to be viewed or edited.

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

{
    "id": 717,
    "name": "Tuesday, Aug 16-17 2022",
    "details": "https://api.beluga.insectai.org/api/v2/events/717/?format=api",
    "deployment": {
        "id": 19,
        "name": "Vermont - Luna",
        "details": "https://api.beluga.insectai.org/api/v2/deployments/19/?format=api",
        "user_permissions": []
    },
    "start": "2022-08-16T20:37:31",
    "end": "2022-08-17T01:37:16",
    "day": "2022-08-16",
    "date_label": "Aug 16-17 2022",
    "duration": "17985.0",
    "duration_label": "4 hours 59 min",
    "captures_count": 3390,
    "detections_count": 14,
    "occurrences_count": 2,
    "stats": {
        "detections_max_count": 14,
        "detections_min_count": 0
    },
    "taxa_count": 0,
    "captures": "https://api.beluga.insectai.org/api/v2/captures/?format=api?event=717&ordering=timestamp",
    "first_capture": {
        "id": 2971599,
        "details": "https://api.beluga.insectai.org/api/v2/captures/2971599/?format=api",
        "url": "https://static.dev.insectai.org/ami-trapdata/vermont/RawImages2022VT/Luna_movement/2022_08_16/20220816203731-00-01.jpg",
        "width": 4096,
        "height": 2160,
        "timestamp": "2022-08-16T20:37:31",
        "detections_count": 0,
        "detections": [],
        "user_permissions": []
    },
    "summary_data": [
        {
            "title": "Detections per hour",
            "data": {
                "x": [
                    "1:00 AM"
                ],
                "y": [
                    2
                ],
                "ticktext": [
                    "1:00 AM:00",
                    "1:00 AM:00"
                ]
            },
            "type": "bar"
        },
        {
            "title": "Top species",
            "data": {
                "x": [
                    0,
                    0,
                    0,
                    0,
                    0,
                    0,
                    0,
                    1,
                    1
                ],
                "y": [
                    "Argyrotaenia juglandana",
                    "Zeiraphera isertana",
                    "Apotomis funerea",
                    "Pandemis lamprosana",
                    "Macaria minorata",
                    "Feltia tricosa",
                    "Choristoneura parallela",
                    "Cenopis reticulatana",
                    "Platynota exasperatana"
                ]
            },
            "type": "bar",
            "orientation": "h"
        }
    ],
    "capture_page_offset": null,
    "created_at": "2023-09-05T05:29:27.199354",
    "updated_at": "2023-12-07T01:08:14.020225",
    "user_permissions": []
}