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

# getReservationNotes

`GET /getReservationNotes`

Retrieves reservation notes based on parameters

## Query parameters

- `propertyID` string
- `reservationID` string, required

## Response `200`

200 Response

- GetReservationNotesResponse
  - `success` boolean — Returns if the request could be completed
  - `data` object[] — Details for the notes on that reservation
    - `reservationNoteID` string — Reservation note ID
    - `userName` string — User Name
    - `dateCreated` string, date-time — Creation datetime
    - `dateModified` string, date-time — Last modification datetime
    - `reservationNote` string — Note content
  - `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)
