API endpoint that allows devices to be viewed or edited.

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

{
    "id": 20,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/devices/20/?format=api",
    "name": "AMI v1",
    "description": "First light",
    "project": 1,
    "created_at": "2024-02-29T03:21:15.208561",
    "updated_at": "2024-04-23T09:14:43.282851",
    "user_permissions": []
}