Record Workflow Comments REST Endpoints

Record Workflow Comments
The record workflow comment resource is used to capture all workflow comments and display the workflow comment information to the user.
Create a collection of records from workflow comments
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecordWorkflowComments
Delete a record from workflow comments
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecordWorkflowComments/{publicSectorRecordWorkflowCommentsUniqID}
Get a record from workflow comments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecordWorkflowComments/{publicSectorRecordWorkflowCommentsUniqID}
Get all records from workflow comments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecordWorkflowComments
Patch a record from workflow comments
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecordWorkflowComments/{publicSectorRecordWorkflowCommentsUniqID}