> ## Documentation Index
> Fetch the complete documentation index at: https://api-documentation.kare-app.fr/llms.txt
> Use this file to discover all available pages before exploring further.

# Buildings

> API changes for the Buildings module.

<Update label="2026-09-07">
  **2 API change(s) - ⚠️ includes 2 breaking change(s)**

  **`GET /rs/buildings/v1/`**

  * for the `query` request parameter `whereUnitIds`, the type/format of property `items/` was specialized from `string`/\`\` to `string`/`uuid`

  **`GET /rs/buildings/v1/{id}`**

  * for the `query` request parameter `whereUnitIds`, the type/format of property `items/` was specialized from `string`/\`\` to `string`/`uuid`
</Update>

<Update label="2026-09-01">
  **1 API change(s)**

  **`GET /rs/buildings/v1/`**

  * added the enum value `updatedAt` to the property `items/field` of the `query` request parameter `orderBy`
</Update>

<Update label="2026-08-26">
  **1 API change(s)**

  **`GET /rs/buildings/v1/`**

  * added the new optional `query` request parameter `countOnly`
</Update>

<Update label="2026-07-17">
  **4 API change(s) — ⚠️ includes 1 breaking change(s)**

  **`GET /rs/buildings/v1/`**

  * deleted the `query` request parameter `whereUnitId`
  * added the new optional `query` request parameter `whereUnitIds`

  **`GET /rs/buildings/v1/{id}`**

  * added the new optional `query` request parameter `extend`
  * added the new optional `query` request parameter `whereUnitIds`
</Update>

<Update label="2026-07-15">
  **5 API change(s)**

  **`GET /rs/buildings/v1/`**

  * endpoint added

  **`POST /rs/buildings/v1/`**

  * endpoint added

  **`DELETE /rs/buildings/v1/{id}`**

  * endpoint added

  **`GET /rs/buildings/v1/{id}`**

  * endpoint added

  **`PATCH /rs/buildings/v1/{id}`**

  * endpoint added
</Update>
