- Subcategories:
- Attachment Revisions
Attachment Accessors REST Endpoints
Inspection Attachments/Attachment Accessors
The inspection attachment accessors resource is used to view the accessors that are associated with the attachment.
- Create an inspection attachment accessor
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorInspectionAttachments/{InsAttachmentKey}/child/InspectionAttachmentAccessor - Delete an inspection attachment accessor
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorInspectionAttachments/{InsAttachmentKey}/child/InspectionAttachmentAccessor/{AttachedDocumentId} - Get all inspection attachment accessor records
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorInspectionAttachments/{InsAttachmentKey}/child/InspectionAttachmentAccessor - Get an inspection attachment accessor
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorInspectionAttachments/{InsAttachmentKey}/child/InspectionAttachmentAccessor/{AttachedDocumentId} - Update an inspection attachment accessor
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorInspectionAttachments/{InsAttachmentKey}/child/InspectionAttachmentAccessor/{AttachedDocumentId}