API endpoint that allows detections to be viewed or edited.

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

{
    "id": 55940,
    "details": "https://api.beluga.insectai.org/api/v2/detections/55940/?format=api",
    "bbox": [
        4104.0,
        41.0,
        4201.0,
        165.0
    ],
    "width": null,
    "height": null,
    "occurrence": null,
    "timestamp": "2023-06-29T04:15:00",
    "source_image": "https://api.beluga.insectai.org/api/v2/captures/6237405/?format=api",
    "detection_algorithm": null,
    "url": "https://object-arbutus.cloud.computecanada.ca/ami-trapdata/crops-dev/project_20230629041500_3872/4104-41-4201-165-1710773532.jpg",
    "classifications": [],
    "user_permissions": []
}