Sample and Results REST Endpoints
Manufacturing/Inspection Events/Sample and Results
A flattened structure that's used to view or modify samples and results.
- Get all results
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/inspectionEvents/{IpEventId}/child/samplesAndResults - Get one result
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/inspectionEvents/{IpEventId}/child/samplesAndResults/{samplesAndResultsUniqID} - Update one result
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/inspectionEvents/{IpEventId}/child/samplesAndResults/{samplesAndResultsUniqID}