Attachments REST Endpoints

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