Business Process Approval Attachments Comments REST Endpoints
Business Process Approval Attachments Comments
The businessProcessApprovalAttachmentsComments resource provides comment and attachments content for a specific transaction.
- Create a comment and attachment
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/businessProcessApprovalAttachmentsComments - Get a comment and attachment
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/businessProcessApprovalAttachmentsComments/{ObjectKey} - Get all comments and attachments
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/businessProcessApprovalAttachmentsComments - Get all previous attachments added by an initiator or prior approver
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/businessProcessApprovalAttachmentsComments/action/getPreviousAttchmentsByTransactionId - Get all previous comments added by an initiator or prior approver
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/businessProcessApprovalAttachmentsComments/action/getPreviousCommentsByTransactionId - Update a comment and attachment
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/businessProcessApprovalAttachmentsComments/{ObjectKey}