- Subcategories:
- Large Object (LOB) Attributes - CommentText
Record Comments REST Endpoints
Planning and Zoning/Records/Record Comments
The record comments resource is used to add comments to a permit. Note: The standard actions are not available in the records resource. You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c.
- Create a set of record comments
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPzRecords/{LnpRecordKey}/child/RecordComment
- Delete a record comment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorPzRecords/{LnpRecordKey}/child/RecordComment/{RecordCommentUniqID}
- Get a record comment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPzRecords/{LnpRecordKey}/child/RecordComment/{RecordCommentUniqID}
- Get all record comments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPzRecords/{LnpRecordKey}/child/RecordComment
- Update a record comment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPzRecords/{LnpRecordKey}/child/RecordComment/{RecordCommentUniqID}