Skip to content

Notes

Recruiter notes attached to a candidate or an interview.

Key APIs

MethodPathPurpose
POST/v1/notesCreate note
GET/v1/notesList notes for a target
PATCH/v1/notes/:idUpdate content
DELETE/v1/notes/:idSoft delete (204)

Business Rules

  • Candidate notes: any org member can read and write.
  • Interview notes: members only for interviews they scheduled; admins see all.
  • Edit and delete: note author or admin only.

Dependencies

None

Sophia AI Interview Platform — Internal Documentation