API endpoint that allows detections to be viewed or edited.

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

{
    "id": 55939,
    "details": "https://api.beluga.insectai.org/api/v2/detections/55939/?format=api",
    "bbox": [
        4572.0,
        605.0,
        4698.0,
        771.0
    ],
    "width": null,
    "height": null,
    "occurrence": "https://api.beluga.insectai.org/api/v2/occurrences/30283/?format=api",
    "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/4572-605-4698-771-1710773532.jpg",
    "classifications": [],
    "user_permissions": []
}