API endpoint that allows events to be viewed or edited.

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

{
    "id": 3564,
    "name": "Tuesday, May 7-8 2024",
    "details": "https://api.beluga.insectai.org/api/v2/events/3564/?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-07T18:23:35",
    "end": "2024-05-08T07:13:35",
    "day": "2024-05-07",
    "date_label": "May 7-8 2024",
    "duration": "46200.0",
    "duration_label": "12 hours 50 min",
    "captures_count": 78,
    "detections_count": 0,
    "occurrences_count": 0,
    "stats": {
        "detections_max_count": 0,
        "detections_min_count": 0
    },
    "taxa_count": 0,
    "captures": "https://api.beluga.insectai.org/api/v2/captures/?format=api?event=3564&ordering=timestamp",
    "first_capture": {
        "id": 9412736,
        "details": "https://api.beluga.insectai.org/api/v2/captures/9412736/?format=api",
        "url": "https://object-arbutus.cloud.computecanada.ca/ami-trapdata/quebec/marcb/20240507MB1/WSCT0823_20240507182335.jpg",
        "width": 6080,
        "height": 3420,
        "timestamp": "2024-05-07T18:23:35",
        "detections_count": 0,
        "detections": [],
        "user_permissions": []
    },
    "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": "2024-05-14T13:31:25.343700",
    "updated_at": "2024-05-14T15:51:04.168975",
    "user_permissions": []
}