Attachments REST Endpoints

Product Lifecycle Management/Quality Actions/Attachments
The Attachments resource manages details about the quality action or document and provides details about how the application resolved the quality action.
Get all attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/qualityActions/{ActionId}/child/Attachments
Get one attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/qualityActions/{ActionId}/child/Attachments/{AttachmentsUniqID}
Remove one attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/qualityActions/{ActionId}/child/Attachments/{AttachmentsUniqID}
Upload one attachment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/qualityActions/{ActionId}/child/Attachments