API endpoint that allows events to be viewed or edited.

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

{
    "id": 2680,
    "name": "Wednesday, Sep 21 2022",
    "details": "https://api.beluga.insectai.org/api/v2/events/2680/?format=api",
    "deployment": {
        "id": 53,
        "name": "Luna",
        "details": "https://api.beluga.insectai.org/api/v2/deployments/53/?format=api",
        "user_permissions": []
    },
    "start": "2022-09-21T19:09:57",
    "end": "2022-09-21T19:10:04",
    "day": "2022-09-21",
    "date_label": "Sep 21 2022",
    "duration": "7.0",
    "duration_label": "0 minutes",
    "captures_count": 4,
    "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=2680&ordering=timestamp",
    "first_capture": {
        "id": 5071948,
        "details": "https://api.beluga.insectai.org/api/v2/captures/5071948/?format=api",
        "url": "https://static.dev.insectai.org/ami-trapdata/vermont/RawImages/LUNA/2022/movement/2022_09_21/20220921190957-00-01.jpg",
        "width": null,
        "height": null,
        "timestamp": "2022-09-21T19:09:57",
        "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-01-24T17:49:22.295461",
    "updated_at": "2024-09-05T00:18:27.577462",
    "user_permissions": []
}