> ## 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.

# Plans

> API changes for the Plans module.

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

  **`GET /rs/plans/v1/`**

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

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

  **`GET /rs/plans/v1/`**

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

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

  **`GET /rs/plans/v1/`**

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

<Update label="2026-08-27">
  **14 API change(s) - ⚠️ includes 14 breaking change(s)**

  **`POST /rs/plans/v1/`**

  * removed the enum value `application/x-7z-compressed` of the request property `document/mimeType`
  * removed the enum value `application/zip` of the request property `document/mimeType`
  * removed the enum value `image/gif` of the request property `document/mimeType`
  * removed the enum value `image/jpeg` of the request property `document/mimeType`
  * removed the enum value `image/jpg` of the request property `document/mimeType`
  * removed the enum value `image/png` of the request property `document/mimeType`
  * removed the enum value `image/svg+xml` of the request property `document/mimeType`

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

  * removed the enum value `application/x-7z-compressed` of the request property `document/mimeType`
  * removed the enum value `application/zip` of the request property `document/mimeType`
  * removed the enum value `image/gif` of the request property `document/mimeType`
  * removed the enum value `image/jpeg` of the request property `document/mimeType`
  * removed the enum value `image/jpg` of the request property `document/mimeType`
  * removed the enum value `image/png` of the request property `document/mimeType`
  * removed the enum value `image/svg+xml` of the request property `document/mimeType`
</Update>

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

  **`GET /rs/plans/v1/`**

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

<Update label="2026-07-24">
  **1 API change(s)**

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

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

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

  **`GET /rs/plans/v1/`**

  * endpoint added

  **`POST /rs/plans/v1/`**

  * endpoint added

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

  * endpoint added

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

  * endpoint added

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

  * endpoint added
</Update>
