Workflow Comments REST Endpoints

Workflow Comments
The workflow comments resource is used to retrieve all the comments corresponding to a workflow task within a transaction. Comments can be added, updated, or deleted.
Create a workflow comment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPcsComments
Delete a workflow comment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPcsComments/{publicSectorPcsCommentsUniqID}
Get a workflow comment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPcsComments/{publicSectorPcsCommentsUniqID}
Get all workflow comments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPcsComments
Update a workflow comment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPcsComments/{publicSectorPcsCommentsUniqID}