Custom Image Attachment Revisions REST Endpoints
Shared Services/Custom Image Attachments/Custom Image Attachment Accessors/Custom Image Attachment Revisions
This resource is used in displaying the historical information for an attachment.
- Create a set of custom image attachment revisions
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCustomImageAttachments/{AttachmentKey}/child/CustomImageAttachmentAccessor/{CustomImageAttachmentAccessorUniqID}/child/AttachmentsRevision
- Delete a custom image attachment revision
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorCustomImageAttachments/{AttachmentKey}/child/CustomImageAttachmentAccessor/{CustomImageAttachmentAccessorUniqID}/child/AttachmentsRevision/{AttachmentsRevisionUniqID}
- Get a custom image attachment revision
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCustomImageAttachments/{AttachmentKey}/child/CustomImageAttachmentAccessor/{CustomImageAttachmentAccessorUniqID}/child/AttachmentsRevision/{AttachmentsRevisionUniqID}
- Get all custom image attachment revisions
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCustomImageAttachments/{AttachmentKey}/child/CustomImageAttachmentAccessor/{CustomImageAttachmentAccessorUniqID}/child/AttachmentsRevision
- Update a custom image attachment revision
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCustomImageAttachments/{AttachmentKey}/child/CustomImageAttachmentAccessor/{CustomImageAttachmentAccessorUniqID}/child/AttachmentsRevision/{AttachmentsRevisionUniqID}