- Subcategories:
 - Code Enforcement Inspection Attachment Revisions
 - Large Object (LOB) Attributes - FileContents
 - Large Object (LOB) Attributes - FileWebImage
 
Code Enforcement Inspection Attachment Accessors REST Endpoints
    
        Code Enforcement/Code Enforcement Inspection Attachments/Code Enforcement Inspection Attachment Accessors
    
The code enforcement inspection attachment accessors resource is used to display file-related information such as the file name and the file URL.
- Create a set of code enforcement inspection attachment accessors
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementInspectionAttachments/{publicSectorCodeEnforcementInspectionAttachmentsUniqID}/child/InspectionAttachmentViewAccessor - Delete a code enforcement inspection attachment accessor
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementInspectionAttachments/{publicSectorCodeEnforcementInspectionAttachmentsUniqID}/child/InspectionAttachmentViewAccessor/{InspectionAttachmentViewAccessorUniqID} - Get a code enforcement inspection attachment accessor
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementInspectionAttachments/{publicSectorCodeEnforcementInspectionAttachmentsUniqID}/child/InspectionAttachmentViewAccessor/{InspectionAttachmentViewAccessorUniqID} - Get all code enforcement inspection attachment accessors
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementInspectionAttachments/{publicSectorCodeEnforcementInspectionAttachmentsUniqID}/child/InspectionAttachmentViewAccessor - Update a code enforcement inspection attachment accessor
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementInspectionAttachments/{publicSectorCodeEnforcementInspectionAttachmentsUniqID}/child/InspectionAttachmentViewAccessor/{InspectionAttachmentViewAccessorUniqID}