Business Process Approval Comments REST Endpoints

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