Get a single note by ID
GET/note/:noteId
Returns the note if it is visible to the current user. Private notes are only visible to the user who entered them. Returns 404 for notes not visible to the current user.
Request​
Responses​
- 200
- 401
- 403
- 404
Note object
Unauthorized
Notes permission required
Note not found or not visible to current user