API endpoint that allows events to be viewed or edited.

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

{
    "id": 2809,
    "name": "Tuesday, Jul 25 2023",
    "details": "https://api.beluga.insectai.org/api/v2/events/2809/?format=api",
    "deployment": {
        "id": 74,
        "name": "PFS_Moth_Wall",
        "details": "https://api.beluga.insectai.org/api/v2/deployments/74/?format=api",
        "user_permissions": []
    },
    "start": "2023-07-25T01:00:01",
    "end": "2023-07-25T05:45:02",
    "day": "2023-07-25",
    "date_label": "Jul 25 2023",
    "duration": "17101.0",
    "duration_label": "4 hours 45 min",
    "captures_count": 19,
    "detections_count": 24,
    "occurrences_count": 7,
    "stats": {
        "detections_max_count": 10,
        "detections_min_count": 0
    },
    "taxa_count": 0,
    "captures": "https://api.beluga.insectai.org/api/v2/captures/?format=api?event=2809&ordering=timestamp",
    "first_capture": {
        "id": 6238193,
        "details": "https://api.beluga.insectai.org/api/v2/captures/6238193/?format=api",
        "url": "https://static.dev.insectai.org/ami-trapdata/newfoundland/MothWall/Project_20230725010001_4275.JPG",
        "width": 6080,
        "height": 3420,
        "timestamp": "2023-07-25T01:00:01",
        "detections_count": 0,
        "detections": [],
        "user_permissions": []
    },
    "summary_data": [
        {
            "title": "Detections per hour",
            "data": {
                "x": [
                    "2:00 AM"
                ],
                "y": [
                    7
                ],
                "ticktext": [
                    "2:00 AM:00",
                    "2:00 AM:00"
                ]
            },
            "type": "bar"
        },
        {
            "title": "Top species",
            "data": {
                "x": [
                    1,
                    2,
                    2,
                    2
                ],
                "y": [
                    "Homoglaea hircina",
                    "Pseudorthodes vecors",
                    "Phoberia atomaris",
                    "Chytolita morbidalis"
                ]
            },
            "type": "bar",
            "orientation": "h"
        }
    ],
    "capture_page_offset": null,
    "created_at": "2024-03-18T10:25:25.855947",
    "updated_at": "2024-11-13T15:51:00.350908",
    "user_permissions": []
}