Standard Comments REST Endpoints

Standard Comments
The standard comments resource is used to view, create, or modify a standard comment. Standard comments are used to enter standard text while entering comments for a transaction such as permits, workflow, and inspection.
Create a standard comment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorStandardComments
Delete a standard comment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorStandardComments/{publicSectorStandardCommentsUniqID}
Get a standard comment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorStandardComments/{publicSectorStandardCommentsUniqID}
Get all standard comments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorStandardComments
Update a standard comment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorStandardComments/{publicSectorStandardCommentsUniqID}