API endpoint that allows devices to be viewed or edited.

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

{
    "id": 45,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/devices/45/?format=api",
    "name": "Wingscape",
    "description": "",
    "project": 49,
    "created_at": "2024-05-14T13:26:30.463138",
    "updated_at": "2024-05-20T18:08:56.536833",
    "user_permissions": []
}