Attachment Revisions REST Endpoints
Shared Services/Workflow Attachments/Attachments/Attachment Revisions
The attachment revisions resource is used to access all the revision versions of the attachment.
- Create a set of revision attachments
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPcsAttachments/{publicSectorPcsAttachmentsUniqID}/child/PcsAttachmentAccessor/{PcsAttachmentAccessorUniqID}/child/AttachmentsRevision - Delete a revision attachment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorPcsAttachments/{publicSectorPcsAttachmentsUniqID}/child/PcsAttachmentAccessor/{PcsAttachmentAccessorUniqID}/child/AttachmentsRevision/{AttachmentsRevisionUniqID} - Get a revision attachment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPcsAttachments/{publicSectorPcsAttachmentsUniqID}/child/PcsAttachmentAccessor/{PcsAttachmentAccessorUniqID}/child/AttachmentsRevision/{AttachmentsRevisionUniqID} - Get all revision attachments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPcsAttachments/{publicSectorPcsAttachmentsUniqID}/child/PcsAttachmentAccessor/{PcsAttachmentAccessorUniqID}/child/AttachmentsRevision - Update a revision attachment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPcsAttachments/{publicSectorPcsAttachmentsUniqID}/child/PcsAttachmentAccessor/{PcsAttachmentAccessorUniqID}/child/AttachmentsRevision/{AttachmentsRevisionUniqID}