- Subcategories:
- Favorite Comments
Standard Comments REST Endpoints
Common Setup/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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorStandardComments - Delete a standard comment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorStandardComments/{publicSectorStandardCommentsUniqID} - Get a standard comment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorStandardComments/{publicSectorStandardCommentsUniqID} - Get all standard comments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorStandardComments - Update a standard comment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorStandardComments/{publicSectorStandardCommentsUniqID}