Retrieving StandardCCLinks for an Operation
This example shows you how to retrieve all StandardCCLinks for an Operation. Use the following GET request.
URI
GET /Windchill/servlet/odata/MfgProcMgmt/Operations('OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:200501')/StandardCCLinks
URI with Expand on Part Reference
GET /Windchill/servlet/odata/MfgProcMgmt/Operations('OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:200501')/StandardCCLinks?$expand=PartReference
The request returns the Part Name attribute corresponding to the relevant SCC along with the other attributes.