---
title: "GET /_twake/private_note"
method: GET
path: "/_twake/private_note"
tags: ["Private Note"]
---

# GET /_twake/private_note

`GET /_twake/private_note`

Get the private note made by the user for a target user

## Query parameters

- `user_id` string, required
- `target_user_id` string, required

## Response `200`

Private note found

- PrivateNote
  - `id` string — The private note id
  - `content` string — The private note content
  - `authorId` string — The author user id
  - `targetId` string — The target user id

## Other responses

- `400` — Bad request
- `401` — user is unauthorized
- `404` — Private note not found
- `500` — Internal error

## Changes

- **2024-01-09** `c7a6d3a400a7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/linagora/apis/twake-on-matrix-apis-documentation/changes/_twake/private_note/get.md)

---

[API](https://skmtc.dev/linagora/apis/twake-on-matrix-apis-documentation.md) · [All operations](https://skmtc.dev/linagora/apis/twake-on-matrix-apis-documentation/llms.txt) · [OpenAPI document](https://skmtc.dev/linagora/apis/twake-on-matrix-apis-documentation/revisions/d60745fb0482?raw)
