---
title: "getRoomsUnassigned"
method: GET
path: "/getRoomsUnassigned"
tags: ["Room"]
---

# getRoomsUnassigned

`GET /getRoomsUnassigned`

Returns a list of unassigned rooms in the property. Call is alias of [getRooms](#api-Room-getRooms). Please check its documentation for parameters, response and example. ### Group account support

## Query parameters

- `propertyIDs` string

## Response `200`

200 Response

- GetRoomsUnassignedResponse
  - `success` boolean — Returns if the request could be completed
  - `data` object[] — Room Types details
    - `propertyID` string — Property ID
    - `rooms` object[] — All rooms for property ID
      - `roomID` string — Room ID
      - `roomName` string — Room Name
      - `dormRoomName` string — Name of the dorm room. Used for the shared dorm beds that are organized into rooms within the same room type
      - `roomDescription` string — Room Description
      - `maxGuests` integer — Number of guests that room allows
      - `isPrivate` boolean — If room is private (true) or shared (false)
      - `isVirtual` boolean — If room is virtual (true) or physical (false)
      - `roomBlocked` boolean — If room is blocked on calendar during the period selected. If no check-in/out dates are sent, it returns the status for the current day.
      - `roomTypeID` string — Room type ID
      - `roomTypeName` string — Room type Name
      - `roomTypeNameShort` string — Room type Short Name
  - `count` integer — Number of results (properties) returned
  - `total` integer — Total number of results, can be more than what was returned
  - `message` string, nullable — To be used in case any error occurs (if success = false). If success = true, it does not exist.

---

[API](https://skmtc.net/cloudbeds/apis/cloudbeds-api.md) · [All operations](https://skmtc.net/cloudbeds/apis/cloudbeds-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudbeds/cloudbeds-api/revisions/2faa857793e8/schema)
