- Subcategories:
- Large Object (LOB) Attributes - CommentText
Activity Comments REST Endpoints
Planning and Zoning/Activity Comments
The activity comments resource is used to capture comments related to entitlement activities.
- Create an entitlement activity comment
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorActivityComments
- Delete an entitlement activity comment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorActivityComments/{CommentKey}
- Get all entitlement activity comments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorActivityComments
- Get an entitlement activity comment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorActivityComments/{CommentKey}
- Update an entitlement activity comment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorActivityComments/{CommentKey}