API endpoint that allows devices to be viewed or edited.

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

{
    "id": 113,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/devices/113/?format=api",
    "name": "Default device",
    "description": "",
    "project": 110,
    "created_at": "2025-09-10T05:48:26.268977",
    "updated_at": "2025-09-10T05:48:26.268994",
    "user_permissions": []
}