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

# Equipment-specifications

> API changes for the Equipment-specifications module.

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

  **`GET /rs/equipment-specifications/v1/`**

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

  **`GET /rs/equipment-specifications/v1/{id}`**

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

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

  **`GET /rs/equipment-specifications/v1/`**

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

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

  **`GET /rs/equipment-specifications/v1/`**

  * endpoint added

  **`POST /rs/equipment-specifications/v1/`**

  * endpoint added

  **`DELETE /rs/equipment-specifications/v1/{id}`**

  * endpoint added

  **`GET /rs/equipment-specifications/v1/{id}`**

  * endpoint added

  **`PATCH /rs/equipment-specifications/v1/{id}`**

  * endpoint added
</Update>
