API endpoint that allows devices to be viewed or edited.

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

{
    "id": 48,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/devices/48/?format=api",
    "name": "AutoMoth",
    "description": "Android App",
    "project": 20,
    "created_at": "2024-05-20T21:36:55.443656",
    "updated_at": "2024-05-20T21:36:55.443670",
    "user_permissions": []
}