Skip to main content

Get a single note by ID

GET 

/note/:noteId

Returns the note if it is visible to the current user. Admins see all notes including private. Notes=1 non-admin users see only public notes and their own private notes. Returns 404 for notes not visible to the current user (including private notes the caller cannot read — to avoid leaking note existence).

Request​

Responses​

Note object