---
title: "Pobierz listę notatek"
method: GET
path: "/notes"
tags: ["Notatki"]
---

# Pobierz listę notatek

`GET /notes`

Zwraca listę wszystkich notatek

## Response `200`

success

- object[]
  - `author_id` integer — ID autora
  - `date` string, date-time — Data utworzenia notatki
  - `editor_id` integer — ID edytora
  - `id` integer — Identyfikator notatki
  - `text` string — Treść notatki
  - `visibility` string — Ustawienia widoczności notatki (JSON)

## Other responses

- `404` — Nie znaleziono notatek

---

[API](https://skmtc.dev/sellasist/apis/sellasist-api.md) · [All operations](https://skmtc.dev/sellasist/apis/sellasist-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sellasist/sellasist-api/revisions/821a1ff699fb/schema)
