This release introduces a new read-only isPrivate boolean field on candidate notes, which determines the visibility of the note thread.
Data Model Changes
isPrivateis included only on parent notes.- The value applies to the entire note thread, including replies.
Affected Endpoints
GET /candidates/{id}/notes- Returns the
isPrivatefield on parent notes.
- Returns the
POST /candidates/{id}/notes- Returns
isPrivate: falsefor newly created notes. - Private notes cannot be created via the API.
- Returns
PATCH /candidates/{id}/notes/{noteId}- Returns the current value of the
isPrivatefield. - The field cannot be updated via the API.
- Returns the current value of the
Notes
isPrivateis a read-only, informational field.- Visibility settings can only be changed from the join app and cannot be changed through public APIs.
