- Subcategories:
- Contact Lists
- Field Groups
- Global Customs
- Large Object (LOB) Attributes - Esignature
- Record Comments
- Record GIS Objects
- Record Parcel Address Owners
- Record Parcels
- RecordAuthorizedAgents
- RecordContractorLicenses
- RecordGISAttr
- Workflow References
Records REST Endpoints
Permits/Records
The records resource is used to view, create, modify, or delete a record. 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 record
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecords
- Delete a record
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}
- Get a record
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}
- Get all records
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecords
- Refreshes the list and values of GIS attributes for the application.
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecords/action/refreshGISAttributes
- Update a record
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}