Navigating to References Documents Associated with an SCC for an Operation
This example shows you how to retrieve list of References Document objects associated with a Standard CC and the attributes on the References Document objects for an MPMOperationToStandardCCLink object and an Operation object specified in the request URI. Use the following GET request.
URI with Expand on References Document
GET /Windchill/servlet/odata/MfgProcMgmt/Operations('OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:200501')/StandardCCLinks('OR:com.ptc.windchill.mpml.pmi.MPMOperationToStandardCCLink:200146')?$expand=References
URI with Expand on MPMStandardCCUsageToDRLink
GET /Windchill/servlet/odata/MfgProcMgmt/Operations('OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:200501')/StandardCCLinks('OR:com.ptc.windchill.mpml.pmi.MPMOperationToStandardCCLink:200146')?$expand=MPMStandardCCUsageToDRLink
The request returns a list of MPMStandardCCUsageToDRLink objects associated with the Standard CC and the attributes on the links.