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. Requires Notes=1 or Admin. Private notes authored by others are excluded for Notes=1 users; admins see all including private.
Request​
Responses​
- 200
- 401
- 403
- 404
Note list
Unauthorized
Notes read permission required
Person not found