API endpoint that allows RoomType to be viewed or edited.

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

{
    "count": 18,
    "next": "https://api.swistay.com/room-types/?format=api&ordering=-name&page=2",
    "previous": null,
    "results": [
        {
            "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": 7,
            "url": "https://api.swistay.com/room-types/7/?format=api",
            "code": "BAR_PR",
            "name": "Private Bathroom",
            "description": "A private bathroom is a bathroom that's available for few house hold members to use",
            "icon": {
                "id": 52,
                "name": "Bathtub",
                "src": "https://api.swistay.com/media/icons/e0bf3a1d45eb4b789e6779770306ceab.svg"
            },
            "order": 10
        },
        {
            "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": 10,
            "url": "https://api.swistay.com/room-types/10/?format=api",
            "code": "BAR_MS",
            "name": "Master Suite Bathroom",
            "description": "This is a bathroom that's directly connected to a master suite bedroom",
            "icon": {
                "id": 52,
                "name": "Bathtub",
                "src": "https://api.swistay.com/media/icons/e0bf3a1d45eb4b789e6779770306ceab.svg"
            },
            "order": 7
        },
        {
            "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": 9,
            "url": "https://api.swistay.com/room-types/9/?format=api",
            "code": "BAR_MA",
            "name": "Master Bathroom",
            "description": "This is a bathroom that's dedicated for a master bedroom",
            "icon": {
                "id": 52,
                "name": "Bathtub",
                "src": "https://api.swistay.com/media/icons/e0bf3a1d45eb4b789e6779770306ceab.svg"
            },
            "order": 5
        },
        {
            "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": 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": 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": 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
        }
    ]
}