API endpoint that allows RoomType to be viewed or edited.

GET /room-types/?format=api&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 18,
    "next": null,
    "previous": "https://api.swistay.com/room-types/?format=api",
    "results": [
        {
            "id": 11,
            "url": "https://api.swistay.com/room-types/11/?format=api",
            "code": "LIR",
            "name": "Living Room",
            "description": "A living room is a common space in a house where people relax and socialize",
            "icon": {
                "id": 48,
                "name": "Television",
                "src": "https://api.swistay.com/media/icons/9b6c994b43da4d1da9ccdd37c2912bea.svg"
            },
            "order": 11
        },
        {
            "id": 12,
            "url": "https://api.swistay.com/room-types/12/?format=api",
            "code": "DIR",
            "name": "Dining Room",
            "description": "A dining room is where the majority of breakfast, lunch, snacks, and dinner meals are served on a daily basis",
            "icon": {
                "id": 34,
                "name": "Dining table",
                "src": "https://api.swistay.com/media/icons/3f2716ac812d45ce907d7b6b17087e80.svg"
            },
            "order": 12
        },
        {
            "id": 16,
            "url": "https://api.swistay.com/room-types/16/?format=api",
            "code": "DIS",
            "name": "Dinning Space",
            "description": "A dining space(not dedicated room) is where the majority of breakfast, lunch, snacks, and dinner meals are served on a daily basis",
            "icon": {
                "id": 34,
                "name": "Dining table",
                "src": "https://api.swistay.com/media/icons/3f2716ac812d45ce907d7b6b17087e80.svg"
            },
            "order": 13
        },
        {
            "id": 13,
            "url": "https://api.swistay.com/room-types/13/?format=api",
            "code": "KIR",
            "name": "Kitchen Room",
            "description": "A kitchen is a room or part of a room used for cooking and food preparation",
            "icon": {
                "id": 44,
                "name": "Kitchen tools",
                "src": "https://api.swistay.com/media/icons/b9bf9e6735dc48b8b2403d3fc3ddab53.svg"
            },
            "order": 14
        },
        {
            "id": 18,
            "url": "https://api.swistay.com/room-types/18/?format=api",
            "code": "KIS",
            "name": "Kitchen Space",
            "description": "A dedicated soece for kitchen(Not a an entire room)",
            "icon": {
                "id": 44,
                "name": "Kitchen tools",
                "src": "https://api.swistay.com/media/icons/b9bf9e6735dc48b8b2403d3fc3ddab53.svg"
            },
            "order": 15
        },
        {
            "id": 17,
            "url": "https://api.swistay.com/room-types/17/?format=api",
            "code": "LAR",
            "name": "Laundry Room",
            "description": "A laundry room is a room where clothes are washed, and sometimes also dried.",
            "icon": {
                "id": 65,
                "name": "Washer",
                "src": "https://api.swistay.com/media/icons/65.svg"
            },
            "order": 16
        },
        {
            "id": 15,
            "url": "https://api.swistay.com/room-types/15/?format=api",
            "code": "GYR",
            "name": "Gym Room",
            "description": "A gym room is a room for doing and storing exercise equipments",
            "icon": {
                "id": 11,
                "name": "Dumbbell",
                "src": "https://api.swistay.com/media/icons/d45d19aae0e647069c7b9cb278b7cfb7.svg"
            },
            "order": 17
        },
        {
            "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
        }
    ]
}