---
title: "getReservationAssignments"
method: GET
path: "/getReservationAssignments"
tags: ["Reservation"]
---

# getReservationAssignments

`GET /getReservationAssignments`

Returns a list of rooms/reservations assigned for a selected date.

## Query parameters

- `propertyID` string
- `date` string, date

## Response `200`

200 Response

- GetReservationAssignmentsResponse
  - `success` boolean — Returns if the request could be completed
  - `data` object[] — Details for the rooms assigned on the selected date
    - `guestName` string — Guest Name
    - `reservationID` string — Reservation identifier, used for all query operations
    - `unassigned` integer — Number of rooms unassigned
    - `assigned` object[], nullable — Assigned Rooms information. May not exist if no room is assigned.
      - `roomTypeID` string, nullable — ID of the room type assigned
      - `roomTypeName` string, nullable — Name of the room type assigned
      - `roomTypeNameShort` string, nullable — Short name of the room type assigned
      - `dormRoomName` string, nullable — Name of the dorm room. Used for the shared dorm beds that are organized into rooms within the same room type
      - `roomName` string, nullable — Name of the specific room assigned
      - `roomID` string, nullable — ID of the specific room assigned
      - `subReservationID` string, nullable — Associated subReservation ID (specific to room)
      - `isRoomLocked` boolean — Whether the reservation room assignment is locked. Locked reservations cannot be reassigned via the calendar UI.
  - `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)
