Navigating to AssociativeToSCCLinks and Standard CCs
Example: Navigating to All AssociativeToSCCLinks
This example shows you how to retrieve all the AssociativeToSCCLinks and the attributes on the links for a specific part object specified in the request URI. Use the following GET request.
URI
GET /Windchill/servlet/odata/MfgProcMgmt/Materials('OR:wt.part.WTPart:277890')/AssociativeToSCCLinks
To retrieve all the AssociativeToSCCLinks and Standard CCs for a specific part object specified in the request URI, use the following GET request with expand.
URI with Expand on SCC
GET /Windchill/servlet/odata/MfgProcMgmt/Materials('OR:wt.part.WTPart:277890')/AssociativeToSCCLinks?$expand=SCC
Example: Navigating to a Specific AssociativeToSCCLink
This example shows you how to retrieve a specific AssociativeToSCCLink and the attributes on the link for a specific part object specified in the request URI. Use the following GET request.
URI
GET /Windchill/servlet/odata/MfgProcMgmt/Materials('OR:wt.part.WTPart:277890')/AssociativeToSCCLinks('OR:com.ptc.windchill.mpml.pmi.AssociativeToSCCLink:277922')
To retrieve all Standard CCs for a specific AssociativeToSCCLink object and part object specified in the request URI, use the following GET request with expand.
URI with Expand on SCC
GET /Windchill/servlet/odata/MfgProcMgmt/Materials('OR:wt.part.WTPart:277890')/AssociativeToSCCLinks('OR:com.ptc.windchill.mpml.pmi.AssociativeToSCCLink:277922')?$expand=SCC