API endpoint that allows devices to be viewed or edited.

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

{
    "id": 43,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/devices/43/?format=api",
    "name": "PICT custom",
    "description": "Adapted from Droissart et al. 2021",
    "project": 47,
    "created_at": "2024-04-30T11:19:41.884626",
    "updated_at": "2024-04-30T11:21:19.244749",
    "user_permissions": []
}