- Subcategories:
- Large Object (LOB) Attributes - CommentText
Incident Comments REST Endpoints
Code Enforcement/Incident Comments
The incident comments resource is used to view, create, delete, or modify comments for code enforcement incidents.
- Create a comment
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorIncidentComments
- Delete a comment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorIncidentComments/{CommentKey}
- Get a comment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorIncidentComments/{CommentKey}
- Get all comments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorIncidentComments
- Update a comment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorIncidentComments/{CommentKey}