---
title: "listAllotmentBlockNotes"
method: GET
path: "/listAllotmentBlockNotes"
tags: ["AllotmentBlocks"]
---

# listAllotmentBlockNotes

`GET /listAllotmentBlockNotes`

List notes added to an allotment block

## Query parameters

- `propertyID` string, required
- `allotmentBlockCode` string, required
- `status` 'all' | 'active' | 'archived'
- `pageNumber` integer
- `pageSize` integer

## Response `200`

200 Response

- GetListAllotmentBlockNotesResponse
  - `success` boolean — Returns if the request could be completed
  - `data` object[] — List of notes
    - `id` string — Note ID
    - `message` string — Note contents
    - `createdBy` string — User Name
    - `createdAt` string, date-time — Creation datetime (format: Y-m-d H:i:s)
    - `updatedAt` string, date-time — Last modification datetime (format: Y-m-d H:i:s)
    - `archivedAt` string, date-time, nullable — Archival datetime (format: Y-m-d H:i:s)
    - `status` string — Note status
  - `pageSize` integer — Number of Notes per Page
  - `pageNumber` integer — Current page
  - `total` integer — Total number of Notes

---

[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/versions/2faa857793e8/schema)
