Document Records REST Endpoints

Document Records
The documentRecords resource includes all the document records for a person. It's used to create and view the document records for a person.
Check access for unpublished document records
Method: post
Path: /hcmRestApi/resources/11.13.18.05/documentRecords/action/checkViewUnpublishedAccess
Check if approval is in progress for a document record
Method: post
Path: /hcmRestApi/resources/11.13.18.05/documentRecords/action/isApprovalInProgress
Check manage access
Method: post
Path: /hcmRestApi/resources/11.13.18.05/documentRecords/action/checkManageAccess
Check mass download access
Method: post
Path: /hcmRestApi/resources/11.13.18.05/documentRecords/action/checkMassdownloadAccess
Create a document record
Method: post
Path: /hcmRestApi/resources/11.13.18.05/documentRecords
Delete a document record
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/documentRecords/{DocumentsOfRecordId}
Download attachments for a document record
Method: post
Path: /hcmRestApi/resources/11.13.18.05/documentRecords/action/downloadAttachments
Find document records
Method: post
Path: /hcmRestApi/resources/11.13.18.05/documentRecords/action/findByAdvancedSearchQuery
Generate letter for a document record
Method: post
Path: /hcmRestApi/resources/11.13.18.05/documentRecords/action/generateDraftLetter
Get a document record
Method: get
Path: /hcmRestApi/resources/11.13.18.05/documentRecords/{DocumentsOfRecordId}
Get all document records
Method: get
Path: /hcmRestApi/resources/11.13.18.05/documentRecords
Update a document record
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/documentRecords/{DocumentsOfRecordId}