API endpoint that allows devices to be viewed or edited.

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

{
    "id": 86,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/devices/86/?format=api",
    "name": "Box1",
    "description": "AMI-Trap Box 1",
    "project": 84,
    "created_at": "2024-09-12T17:19:58.052533",
    "updated_at": "2024-09-12T17:24:31.698926",
    "user_permissions": []
}