API endpoint that allows RoomType to be viewed or edited.

GET /room-types/?format=api&ordering=-icon&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&ordering=-icon",
    "results": [
        {
            "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": 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
        },
        {
            "id": 1,
            "url": "https://api.swistay.com/room-types/1/?format=api",
            "code": "BER",
            "name": "Bedroom",
            "description": "A bedroom is a room furnished with a bed and intended primarily for sleeping",
            "icon": {
                "id": 23,
                "name": "Double bed",
                "src": "https://api.swistay.com/media/icons/a96f3200910a4817beb1d7d8f256bfff.svg"
            },
            "order": 1
        },
        {
            "id": 2,
            "url": "https://api.swistay.com/room-types/2/?format=api",
            "code": "BER_EN",
            "name": "Ensuite Bedroom",
            "description": "This is a bedroom that is directly connected to a bathroom, it's also known as self contained",
            "icon": {
                "id": 23,
                "name": "Double bed",
                "src": "https://api.swistay.com/media/icons/a96f3200910a4817beb1d7d8f256bfff.svg"
            },
            "order": 2
        },
        {
            "id": 3,
            "url": "https://api.swistay.com/room-types/3/?format=api",
            "code": "BER_MA",
            "name": "Master Bedroom",
            "description": "A master bedroom is a bedroom reserved for the owners/head of the house, typically the parents of the household.",
            "icon": {
                "id": 23,
                "name": "Double bed",
                "src": "https://api.swistay.com/media/icons/a96f3200910a4817beb1d7d8f256bfff.svg"
            },
            "order": 4
        },
        {
            "id": 4,
            "url": "https://api.swistay.com/room-types/4/?format=api",
            "code": "BER_MS",
            "name": "Master Suite Bedroom",
            "description": "A master suite bedroom is a master bedroom that's connected to its bathroom",
            "icon": {
                "id": 23,
                "name": "Double bed",
                "src": "https://api.swistay.com/media/icons/a96f3200910a4817beb1d7d8f256bfff.svg"
            },
            "order": 6
        },
        {
            "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
        }
    ]
}