API endpoint that allows devices to be viewed or edited.

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

{
    "id": 22,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/devices/22/?format=api",
    "name": "UKCEH System v2",
    "description": "LepiLED, new image settings",
    "project": 20,
    "created_at": "2024-02-29T03:23:26.115704",
    "updated_at": "2024-05-20T21:38:18.080709",
    "user_permissions": []
}