Person Notes REST Endpoints

Person Notes
The personNotes resource is used to view and create notes about a person. For example, you can include information such as feedback or kudos in the note.
Create a person note
Method: post
Path: /hcmRestApi/resources/11.13.18.05/personNotes
Decrement the reference count
Method: post
Path: /hcmRestApi/resources/11.13.18.05/personNotes/{personNotesUniqID}/action/decrementReferenceCount
Delete a person note
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/personNotes/{personNotesUniqID}
Find out if a user has the privilege to view a person's public notes
Method: post
Path: /hcmRestApi/resources/11.13.18.05/personNotes/action/getViewPubPersonNotePrivilege
Generate a printable feedback document
Method: post
Path: /hcmRestApi/resources/11.13.18.05/personNotes/action/getBipReportUrlPrintFeedback
Get a person note
Method: get
Path: /hcmRestApi/resources/11.13.18.05/personNotes/{personNotesUniqID}
Get all person notes
Method: get
Path: /hcmRestApi/resources/11.13.18.05/personNotes
Increment the reference count
Method: post
Path: /hcmRestApi/resources/11.13.18.05/personNotes/{personNotesUniqID}/action/incrementReferenceCount
Returns the context name
Method: post
Path: /hcmRestApi/resources/11.13.18.05/personNotes/{personNotesUniqID}/action/getContextName
Send thank you note
Method: post
Path: /hcmRestApi/resources/11.13.18.05/personNotes/{personNotesUniqID}/action/sendThankYou
Update a person note
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/personNotes/{personNotesUniqID}