API endpoint that allows events to be viewed or edited.

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

{
    "id": 835,
    "name": "Wednesday, Aug 30-31 2023",
    "details": "https://api.beluga.insectai.org/api/v2/events/835/?format=api",
    "deployment": {
        "id": 27,
        "name": "UK - Farringdon (-)",
        "details": "https://api.beluga.insectai.org/api/v2/deployments/27/?format=api",
        "user_permissions": []
    },
    "start": "2023-08-30T21:18:13",
    "end": "2023-08-31T01:48:49",
    "day": "2023-08-30",
    "date_label": "Aug 30-31 2023",
    "duration": "16236.0",
    "duration_label": "4 hours 30 min",
    "captures_count": 341,
    "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=835&ordering=timestamp",
    "first_capture": {
        "id": 4132664,
        "details": "https://api.beluga.insectai.org/api/v2/captures/4132664/?format=api",
        "url": "https://static.dev.insectai.org/ami-trapdata/uk/Ag0+/farringdon/negative/2023_08_30/20230830211813-00-01.jpg",
        "width": 4096,
        "height": 2160,
        "timestamp": "2023-08-30T21:18:13",
        "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": "2023-09-20T15:53:02.018491",
    "updated_at": "2023-12-07T01:02:46.249707",
    "user_permissions": []
}