Retrieving PartToProcessPlanLinks
Example: Retrieving Multiple PartToProcessPlanLinks for a Part
This example shows you how to retrieve multiple PartToProcessPlanLinks for a Part. Use the following GET request.
URI
GET /Windchill/servlet/odata/MfgProcMgmt/Materials('OR:wt.part.WTPart:198248')/PartToProcessPlanLinks
Example: Retrieving a Specific PartToProcessPlanLink for a Part
This example shows you how to retrieve a specific PartToProcessPlanLink for a Part with expand on Process Plan. Use the following GET request.
URI
GET /Windchill/servlet/odata/MfgProcMgmt/Materials('OR:wt.part.WTPart:198248')/PartToProcessPlanLinks('OR:com.ptc.windchill.mpml.processplan.MPMPartToProcessPlanLink:198291')?$expand=ProcessPlan