API endpoint for desk reservations.

GET /api/v1/desk/6?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api.team.lcog.org/api/v1/desk/6?format=api",
    "pk": 6,
    "building": "S",
    "floor": 1,
    "number": "131",
    "active": true,
    "lead": false,
    "ergonomic": true,
    "held_today": false
}