- Subcategories:
 - Attachment Revisions
 - Large Object (LOB) Attributes - FileContents
 - Large Object (LOB) Attributes - FileWebImage
 
Communication Template Attachments Accessors REST Endpoints
    
        Shared Services/Template Attachments/Communication Template Attachments Accessors
    
The communication template attachment accessors resource is used for displaying communication attachment file-related information such as file name and file URL
- Create a communication attachment's file-related information
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorTemplateAttachments/{DocumentKey}/child/CommTemplatesAttAccessor - Delete a communication attachment's file-related information
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorTemplateAttachments/{DocumentKey}/child/CommTemplatesAttAccessor/{publicSectorTemplateAttachments_CommTemplatesAttAccessor_Id} - Get a communication attachment's file-related information
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorTemplateAttachments/{DocumentKey}/child/CommTemplatesAttAccessor/{publicSectorTemplateAttachments_CommTemplatesAttAccessor_Id} - Get all attachment file-related information for a communication
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorTemplateAttachments/{DocumentKey}/child/CommTemplatesAttAccessor - Update a communication attachment's file-related information
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorTemplateAttachments/{DocumentKey}/child/CommTemplatesAttAccessor/{publicSectorTemplateAttachments_CommTemplatesAttAccessor_Id}