API endpoint that allows RoomType to be viewed or edited.

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

{
    "id": 14,
    "url": "https://api.swistay.com/room-types/14/?format=api",
    "code": "STR",
    "name": "Storage Room",
    "description": "A storege room or storeroom is a room in a building for storing objects",
    "icon": {
        "id": 24,
        "name": "Workspace",
        "src": "https://api.swistay.com/media/icons/f02e027c3eb649e8a9c5430d2dd06a90.svg"
    },
    "order": 18
}