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

# Audit

> API changes for the Audit module.

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

  **`GET /rs/audit/v1/me`**

  * for the `query` request parameter `extend`, the type/format of property `items/` was changed from `/` to `string`/\`\`
  * added the new optional `query` request parameter `whereSearch`
  * added the enum value `request` to the property `items/` of the `query` request parameter `extend`
  * added the enum value `target` to the property `items/` of the `query` request parameter `extend`
  * added the optional property `data/items/correlationId` to the response with the `200` status
  * added the optional property `data/items/ip` to the response with the `200` status
  * added the optional property `data/items/requestId` to the response with the `200` status
  * added the optional property `data/items/target` to the response with the `200` status
  * added the optional property `data/items/userAgent` to the response with the `200` status
</Update>

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

  **`GET /rs/audit/v1/activity`**

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

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

  **`GET /rs/audit/v1/activity`**

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

  **`GET /rs/audit/v1/entities/{entityType}/{entityId}`**

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

  **`GET /rs/audit/v1/me`**

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

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

  **`GET /rs/audit/v1/{entityType}/{entityId}`**

  * api path removed without deprecation

  **`GET /rs/audit/v1/activity`**

  * endpoint added

  **`GET /rs/audit/v1/entities/{entityType}/{entityId}`**

  * endpoint added

  **`GET /rs/audit/v1/me`**

  * endpoint added
</Update>

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

  **`GET /rs/audit/v1/{entityType}/{entityId}`**

  * the response property `data/items/payload/params/additionalProperties/` became nullable for the status `200`
  * removed `subschema #3` from the `data/items/payload/params/additionalProperties/` response property `anyOf` list for the response status `200`
</Update>

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

  **`GET /rs/audit/v1/{entityType}/{entityId}`**

  * endpoint added
</Update>
