Attachments REST Endpoints
Product Lifecycle Management/Quality Actions/Attachments
The operations from the Product Lifecycle Management/Quality Actions/Attachments category.
- Create an attachment
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/qualityActions/{ActionId}/child/Attachments - Delete an attachment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/qualityActions/{ActionId}/child/Attachments/{AttachmentsUniqID} - Get all attachments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/qualityActions/{ActionId}/child/Attachments - Get an attachment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/qualityActions/{ActionId}/child/Attachments/{AttachmentsUniqID}