- Subcategories:
- Large Object (LOB) Attributes - FileContents
- Large Object (LOB) Attributes - FileWebImage
Result Attachments REST Endpoints
Manufacturing/Inspection Events/Samples/Sample Dispositions/Sample Results/Result Attachments
The Result Attachments resource is used to view, create, or modify the attachments for the sample results.
- Get all attachments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/inspectionEvents/{IpEventId}/child/Sample/{SampleId}/child/SampleDisposition/{SampleEventDispositionId}/child/SampleResult/{SampleResultId}/child/Attachments - Get one attachment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/inspectionEvents/{IpEventId}/child/Sample/{SampleId}/child/SampleDisposition/{SampleEventDispositionId}/child/SampleResult/{SampleResultId}/child/Attachments/{AttachmentsUniqID} - Remove one attachment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/inspectionEvents/{IpEventId}/child/Sample/{SampleId}/child/SampleDisposition/{SampleEventDispositionId}/child/SampleResult/{SampleResultId}/child/Attachments/{AttachmentsUniqID} - Upload one attachment
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/inspectionEvents/{IpEventId}/child/Sample/{SampleId}/child/SampleDisposition/{SampleEventDispositionId}/child/SampleResult/{SampleResultId}/child/Attachments