Code Enforcement Inspection Attachment Revisions REST Endpoints

Code Enforcement Inspection Attachments/Code Enforcement Inspection Attachment Accessors/Code Enforcement Inspection Attachment Revisions
The code enforcement inspection attachment revisions resource is used to display the historical information about an attachment.
Create a set of code enforcement inspection attachment revisions
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementInspectionAttachments/{AttachmentKey}/child/InspectionAttachmentViewAccessor/{AttachedDocumentId}/child/AttachmentsRevision
Delete a code enforcement inspection attachment revision
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementInspectionAttachments/{AttachmentKey}/child/InspectionAttachmentViewAccessor/{AttachedDocumentId}/child/AttachmentsRevision/{AttachmentsRevisionUniqID}
Get a code enforcement inspection attachment revision
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementInspectionAttachments/{AttachmentKey}/child/InspectionAttachmentViewAccessor/{AttachedDocumentId}/child/AttachmentsRevision/{AttachmentsRevisionUniqID}
Get all code enforcement inspection attachment revisions
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementInspectionAttachments/{AttachmentKey}/child/InspectionAttachmentViewAccessor/{AttachedDocumentId}/child/AttachmentsRevision
Update a code enforcement inspection attachment revision
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementInspectionAttachments/{AttachmentKey}/child/InspectionAttachmentViewAccessor/{AttachedDocumentId}/child/AttachmentsRevision/{AttachmentsRevisionUniqID}