Project Attachment Revisions REST Endpoints

Project Attachments/Project Attachment Accessors/Project Attachment Revisions
The project attachment revisions resource is used for displaying the historical information for an attachment.
Create a set of project attachment revisions
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectAttachments/{AttachmentKey}/child/ProjectAttachmentAccessor/{AttachedDocumentId}/child/AttachmentsRevision
Delete a project attachment revision
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectAttachments/{AttachmentKey}/child/ProjectAttachmentAccessor/{AttachedDocumentId}/child/AttachmentsRevision/{AttachmentsRevisionUniqID}
Get a project attachment revision
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectAttachments/{AttachmentKey}/child/ProjectAttachmentAccessor/{AttachedDocumentId}/child/AttachmentsRevision/{AttachmentsRevisionUniqID}
Get all project attachment revisions
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectAttachments/{AttachmentKey}/child/ProjectAttachmentAccessor/{AttachedDocumentId}/child/AttachmentsRevision
Update a project attachment revision
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectAttachments/{AttachmentKey}/child/ProjectAttachmentAccessor/{AttachedDocumentId}/child/AttachmentsRevision/{AttachmentsRevisionUniqID}