API endpoint that allows devices to be viewed or edited.

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

{
    "id": 46,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/devices/46/?format=api",
    "name": "UKCEH System v1",
    "description": "Rock Pi, LED ring, Battery power.",
    "project": 20,
    "created_at": "2024-05-20T21:36:24.719901",
    "updated_at": "2024-05-20T21:37:54.417200",
    "user_permissions": []
}