Result Attachments REST Endpoints

Manufacturing/Inspection Events/Result Attachments
The Event Attachments resource is used to view, create, or modify the attachments for the inspection events.
Get all attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inspectionEvents/{IpEventId}/child/Attachments
Get one attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inspectionEvents/{IpEventId}/child/Attachments/{AttachmentsUniqID}
Remove one attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/inspectionEvents/{IpEventId}/child/Attachments/{AttachmentsUniqID}
Upload one attachment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/inspectionEvents/{IpEventId}/child/Attachments