API endpoint that allows devices to be viewed or edited.

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

{
    "id": 11,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/devices/11/?format=api",
    "name": "AMI Trap v1",
    "description": "https://www.ceh.ac.uk/solutions/equipment/automated-monitoring-insects-trap",
    "project": 18,
    "created_at": "2023-12-05T17:52:00.686046",
    "updated_at": "2024-02-02T14:33:12.425198",
    "user_permissions": []
}