API endpoint that allows events to be viewed or edited.

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

{
    "id": 3572,
    "name": "Friday, Jun 17 2022",
    "details": "https://api.beluga.insectai.org/api/v2/events/3572/?format=api",
    "deployment": {
        "id": 124,
        "name": "Plateau",
        "details": "https://api.beluga.insectai.org/api/v2/deployments/124/?format=api",
        "user_permissions": []
    },
    "start": "2022-06-17T16:00:55",
    "end": "2022-06-17T16:00:55",
    "day": "2022-06-17",
    "date_label": "Jun 17 2022",
    "duration": "0.0",
    "duration_label": "",
    "captures_count": 1,
    "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=3572&ordering=timestamp",
    "first_capture": {
        "id": 9415469,
        "details": "https://api.beluga.insectai.org/api/v2/captures/9415469/?format=api",
        "url": "https://object-arbutus.cloud.computecanada.ca/ami-media-staging/uploads/example_captures/124/20220617160055-5193ad76-3acc-47c6-a925-59b22eccb0a4.jpeg",
        "width": 1296,
        "height": 972,
        "timestamp": "2022-06-17T16:00:55",
        "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-21T10:53:35.548354",
    "updated_at": "2024-05-21T10:54:01.322326",
    "user_permissions": []
}