API endpoint that allows devices to be viewed or edited.

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

{
    "id": 21,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/devices/21/?format=api",
    "name": "AVJF",
    "description": "Traps built for and deployed in a project funded by Aage V. Jensen Fonden",
    "project": 16,
    "created_at": "2024-02-29T03:22:59.660029",
    "updated_at": "2024-06-12T10:02:54.645052",
    "user_permissions": []
}