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

# Notifications

> API changes for the Notifications module.

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

  **`GET /rs/notifications/v1/`**

  * added the new `Contact` enum value to the `data/items/subjectType` response property for the response status `200`
</Update>

<Update label="2026-09-10">
  **9 API change(s)**

  **`GET /rs/notifications/v1/`**

  * added the new optional `query` request parameter `wherePinned`
  * added the required property `data/items/action` to the response with the `200` status
  * added the required property `data/items/actions/canBePinned` to the response with the `200` status
  * added the required property `data/items/actions/canBeUnpinned` to the response with the `200` status
  * added the required property `data/items/pinnedAt` to the response with the `200` status

  **`PATCH /rs/notifications/v1/pin`**

  * endpoint added

  **`GET /rs/notifications/v1/summary`**

  * added the required property `pinned` to the response with the `200` status
  * added the required property `total` to the response with the `200` status

  **`PATCH /rs/notifications/v1/unpin`**

  * endpoint added
</Update>

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

  **`GET /rs/notifications/v1/`**

  * added the new `SelectionPerimeter` enum value to the `data/items/subjectType` response property for the response status `200`
</Update>

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

  **`GET /rs/notifications/v1/`**

  * added the new optional `query` request parameter `whereActionRequired`
  * added the required property `data/items/actions/canBeMarkedUnread` to the response with the `200` status
  * added the required property `data/items/expectation` to the response with the `200` status

  **`GET /rs/notifications/v1/summary`**

  * added the required property `actionRequired` to the response with the `200` status

  **`PATCH /rs/notifications/v1/unread`**

  * endpoint added
</Update>

<Update label="2026-09-03 (#745)">
  **2 API change(s)**

  **`GET /rs/notifications/v1/`**

  * added the new optional `query` request parameter `whereBefore`

  **`GET /rs/notifications/v1/summary`**

  * endpoint added
</Update>

<Update label="2026-09-03">
  **3 API change(s)**

  **`GET /rs/notifications/v1/`**

  * added the required property `data/items/subjectId` to the response with the `200` status
  * added the required property `data/items/subjectLabel` to the response with the `200` status
  * added the required property `data/items/subjectType` to the response with the `200` status
</Update>

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

  **`GET /rs/notifications/v1/`**

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

<Update label="2026-08-26">
  **2 API change(s) - ⚠️ includes 1 breaking change(s)**

  **`GET /rs/notifications/v1/count`**

  * api path removed without deprecation

  **`GET /rs/notifications/v1/`**

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

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

  **`GET /rs/notifications/v1/`**

  * added the new `conversation_message_received` enum value to the `data/items/type` response property for the response status `200`
</Update>

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

  **`GET /rs/notifications/v1/`**

  * added the new `intervention_overdue` enum value to the `data/items/type` response property for the response status `200`
</Update>

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

  **`DELETE /rs/notifications/v1/`**

  * endpoint added

  **`GET /rs/notifications/v1/`**

  * endpoint added

  **`PATCH /rs/notifications/v1/`**

  * endpoint added

  **`GET /rs/notifications/v1/count`**

  * endpoint added

  **`PATCH /rs/notifications/v1/read-all`**

  * endpoint added
</Update>
