Item Attachments REST Endpoints

Product Lifecycle Management/Items Version 2/Item Attachments
The Item Attachments resource manages the attachments associated with an item.
Get all attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}/child/ItemAttachment
Get one attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}/child/ItemAttachment/{ItemAttachmentUniqID}
Remove one attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}/child/ItemAttachment/{ItemAttachmentUniqID}
Replace one attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}/child/ItemAttachment/{ItemAttachmentUniqID}
Upload an attachment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}/child/ItemAttachment