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
- 200
- 401
- 403
- 404
Note object
Unauthorized
Notes permission required
Note not found or not visible to current user