API endpoint that allows devices to be viewed or edited.

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

{
    "id": 19,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/devices/19/?format=api",
    "name": "trail cam",
    "description": "",
    "project": 24,
    "created_at": "2024-02-20T14:55:55.662274",
    "updated_at": "2024-02-20T14:55:55.662290",
    "user_permissions": []
}