List user-type notes for a person
GET/person/:personId/notes
Returns all notes of type 'note' for the person, filtered by visibility for the current user. Private notes are only visible to admins or the user who entered them.
Request​
Responses​
- 200
- 401
- 403
- 404
Note list
Unauthorized
Notes permission required
Person not found