API endpoint that allows events to be viewed or edited.

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

{
    "id": 755,
    "name": "Monday, Jun 13-14 2022",
    "details": "https://api.beluga.insectai.org/api/v2/events/755/?format=api",
    "deployment": {
        "id": 18,
        "name": "Vermont - Mothra",
        "details": "https://api.beluga.insectai.org/api/v2/deployments/18/?format=api",
        "user_permissions": []
    },
    "start": "2022-06-13T20:13:11",
    "end": "2022-06-14T04:43:31",
    "day": "2022-06-13",
    "date_label": "Jun 13-14 2022",
    "duration": "30620.0",
    "duration_label": "8 hours 30 min",
    "captures_count": 5393,
    "detections_count": 11,
    "occurrences_count": 2,
    "stats": {
        "detections_max_count": 5,
        "detections_min_count": 0
    },
    "taxa_count": 0,
    "captures": "https://api.beluga.insectai.org/api/v2/captures/?format=api?event=755&ordering=timestamp",
    "first_capture": {
        "id": 3332347,
        "details": "https://api.beluga.insectai.org/api/v2/captures/3332347/?format=api",
        "url": "https://static.dev.insectai.org/ami-trapdata/vermont/RawImages2022VT/Mothra_movement/2022_06_13/20220613201311-00-01.jpg",
        "width": 4096,
        "height": 2160,
        "timestamp": "2022-06-13T20:13:11",
        "detections_count": 1,
        "detections": [
            {
                "id": 148603,
                "details": "https://api.beluga.insectai.org/api/v2/detections/148603/?format=api",
                "url": "https://object-arbutus.cloud.computecanada.ca/ami-trapdata/crops-dev/202206132013110001/2991-993-3093-1173-1725001011.jpg",
                "width": null,
                "height": null,
                "bbox": [
                    2991.0,
                    993.0,
                    3093.0,
                    1173.0
                ],
                "occurrence": {
                    "id": 123547,
                    "details": "https://api.beluga.insectai.org/api/v2/occurrences/123547/?format=api",
                    "determination": {
                        "id": 1985,
                        "name": "Tineola bisselliella",
                        "rank": "SPECIES",
                        "details": "https://api.beluga.insectai.org/api/v2/taxa/1985/?format=api",
                        "gbif_taxon_key": 1857626,
                        "fieldguide_id": null,
                        "inat_taxon_id": null,
                        "cover_image_url": null,
                        "cover_image_credit": null,
                        "user_permissions": []
                    },
                    "determination_score": 0.052081312984228134,
                    "user_permissions": []
                },
                "classifications": "https://api.beluga.insectai.org/api/v2/classifications/?format=api?detection=148603",
                "occurrence_meets_criteria": null,
                "user_permissions": []
            }
        ],
        "user_permissions": []
    },
    "summary_data": [
        {
            "title": "Detections per hour",
            "data": {
                "x": [
                    "12:00 AM",
                    "2:00 AM"
                ],
                "y": [
                    1,
                    1
                ],
                "ticktext": [
                    "12:00 AM:00",
                    "2:00 AM:00"
                ]
            },
            "type": "bar"
        },
        {
            "title": "Top species",
            "data": {
                "x": [
                    0,
                    0,
                    0,
                    0,
                    0,
                    0,
                    1,
                    1
                ],
                "y": [
                    "Euplexia benesimilis",
                    "Tineola bisselliella",
                    "Amorbia humerosana",
                    "Thyridopteryx ephemeraeformis",
                    "Sibine stimulea",
                    "Pasiphila rectangulata",
                    "Eutrapela clemataria",
                    "Scoparia biplagialis"
                ]
            },
            "type": "bar",
            "orientation": "h"
        }
    ],
    "capture_page_offset": null,
    "created_at": "2023-09-06T21:02:10.479342",
    "updated_at": "2023-12-07T01:06:43.294382",
    "user_permissions": []
}