Incident Comments REST Endpoints

Incident Comments
The incident comments resource is used to view, create, delete, or modify comments for code enforcement incidents.
Create a comment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorIncidentComments
Delete a comment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorIncidentComments/{CommentKey}
Get a comment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorIncidentComments/{CommentKey}
Get all comments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorIncidentComments
Update a comment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorIncidentComments/{CommentKey}