API endpoint that allows devices to be viewed or edited.

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

{
    "id": 30,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/devices/30/?format=api",
    "name": "AMI_1",
    "description": "UKCEH Trap V1_RaspBerryPi",
    "project": 23,
    "created_at": "2024-03-26T16:06:45.039936",
    "updated_at": "2024-03-26T16:08:10.918950",
    "user_permissions": []
}