API endpoint that allows sites to be viewed or edited.

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

{
    "id": 66,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/sites/66/?format=api",
    "name": "Lille Vildmose",
    "description": "",
    "project": 16,
    "boundary_rect": [
        56.824246,
        10.211193,
        56.943836,
        10.268368
    ],
    "created_at": "2024-06-12T05:38:12.497487",
    "updated_at": "2024-06-12T05:38:12.497508",
    "user_permissions": []
}