API endpoint that allows events to be viewed or edited.

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

{
    "id": 4344,
    "name": "Saturday, May 25-26 2024",
    "details": "https://api.beluga.insectai.org/api/v2/events/4344/?format=api",
    "deployment": {
        "id": 230,
        "name": "LEPS-050_Box1",
        "details": "https://api.beluga.insectai.org/api/v2/deployments/230/?format=api",
        "user_permissions": []
    },
    "start": "2024-05-25T20:30:29",
    "end": "2024-05-26T03:32:59",
    "day": "2024-05-25",
    "date_label": "May 25-26 2024",
    "duration": "25350.0",
    "duration_label": "7 hours 2 min",
    "captures_count": 2530,
    "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=4344&ordering=timestamp",
    "first_capture": {
        "id": 13950206,
        "details": "https://api.beluga.insectai.org/api/v2/captures/13950206/?format=api",
        "url": "https://object-arbutus.cloud.computecanada.ca/ami-trapdata/pennsylvania/tebufenozide/LEPS-050_Box1/Box1_20240525203029-snapshot.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=f196f151de3a4b73ad87c0ee6263c173%2F20260412%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260412T014416Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=802197102c220415ab703e07fa0b106d3e55cd78f88d9ba3dec7ceb0cd82d54a",
        "width": 1920,
        "height": 1080,
        "timestamp": "2024-05-25T20:30:29",
        "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-09-14T14:42:37.047322",
    "updated_at": "2024-09-14T14:43:41.391192",
    "user_permissions": []
}