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

# Responsibilities

> API changes for the Responsibilities module.

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

  **`GET /rs/responsibilities/v1/`**

  * for the `query` request parameter `whereComplianceIds`, the type/format of property `items/` was specialized from `string`/\`\` to `string`/`uuid`
  * for the `query` request parameter `whereEquipmentIds`, the type/format of property `items/` was specialized from `string`/\`\` to `string`/`uuid`
  * for the `query` request parameter `whereRuleIds`, the type/format of property `items/` was specialized from `string`/\`\` to `string`/`uuid`
  * for the `query` request parameter `whereTechnicalInstallationIds`, 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`
  * for the `query` request parameter `whereUserIds`, 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/responsibilities/v1/`**

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

<Update label="2026-08-04">
  **4 API change(s)**

  **`GET /rs/responsibilities/v1/`**

  * endpoint added

  **`POST /rs/responsibilities/v1/`**

  * endpoint added

  **`PUT /rs/responsibilities/v1/targets/{type}/{targetId}`**

  * endpoint added

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

  * endpoint added
</Update>
