- Subcategories:
 - Attachments
 - Large Object (LOB) Attributes - NoteText
 
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: postPath:
/hcmRestApi/resources/11.13.18.05/personNotes - Decrement the reference count
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/personNotes/{personNotesUniqID}/action/decrementReferenceCount - Delete a person note
 - Method: deletePath:
/hcmRestApi/resources/11.13.18.05/personNotes/{personNotesUniqID} - Find out if a user has the privilege to view a person's public notes
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/personNotes/action/getViewPubPersonNotePrivilege - Generate a printable feedback document
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/personNotes/action/getBipReportUrlPrintFeedback - Get a person note
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/personNotes/{personNotesUniqID} - Get all person notes
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/personNotes - Increment the reference count
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/personNotes/{personNotesUniqID}/action/incrementReferenceCount - Returns the context name
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/personNotes/{personNotesUniqID}/action/getContextName - Send thank you note
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/personNotes/{personNotesUniqID}/action/sendThankYou - Update a person note
 - Method: patchPath:
/hcmRestApi/resources/11.13.18.05/personNotes/{personNotesUniqID}