Business Process Approval Attachments REST Endpoints

Business Process Approval Attachments Comments/Business Process Approval Attachments
The approvalAttachments resource provides the attachment content for a specific transaction.
Create an attachment
Method: post
Path: /hcmRestApi/resources/11.13.18.05/businessProcessApprovalAttachmentsComments/{ObjectKey}/child/approvalAttachments
Delete an attachment
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/businessProcessApprovalAttachmentsComments/{ObjectKey}/child/approvalAttachments/{businessProcessApprovalAttachmentsComments_approvalAttachments_Id}
Get all attachments
Method: get
Path: /hcmRestApi/resources/11.13.18.05/businessProcessApprovalAttachmentsComments/{ObjectKey}/child/approvalAttachments
Get an attachment
Method: get
Path: /hcmRestApi/resources/11.13.18.05/businessProcessApprovalAttachmentsComments/{ObjectKey}/child/approvalAttachments/{businessProcessApprovalAttachmentsComments_approvalAttachments_Id}
Update an attachment
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/businessProcessApprovalAttachmentsComments/{ObjectKey}/child/approvalAttachments/{businessProcessApprovalAttachmentsComments_approvalAttachments_Id}