Navigating to Described By Documents Associated with an SCC for an Operation
This example shows you how to retrieve list of Described By Document objects associated with a Standard CC and the attributes on the Described By Document objects for an MPMOperationToStandardCCLink object and an Operation object specified in the request URI. Use the following GET request.
URI with Expand on Described By 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=DescribedByDocument
URI with Expand on MPMStandardCCUsageToDDLink
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=MPMStandardCCUsageToDDLink
The request returns a list of MPMStandardCCUsageToDDLink objects associated with the Standard CC and the attributes on the links.