API endpoint that allows devices to be viewed or edited.

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

{
    "id": 60,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/devices/60/?format=api",
    "name": "AMI System",
    "description": "",
    "project": 24,
    "created_at": "2024-05-22T11:11:12.517117",
    "updated_at": "2024-05-22T11:11:12.517127",
    "user_permissions": []
}