Navigating to Standard Procedures and MPMStdCCUsageToProcessPlanLink
Example: Navigating to Standard Procedures
This example shows you how to retrieve Standard Procedures and attributes on Standard Procedures for a specific Operation object and MPMOperationToStandardCCLink object specified in the request URI. Use the following GET request.
URI
GET /Windchill/servlet/odata/MfgProcMgmt/Operations('OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:194628')/StandardCCLinks('OR:com.ptc.windchill.mpml.pmi.MPMOperationToStandardCCLink:194657')?$expand=StandardProcedures
URI for Navigating to Standard Procedures for a Specific Operation
GET /Windchill/servlet/odata/MfgProcMgmt/Operations('OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:194628')/StandardCCLinks?$expand=StandardProcedures
Example: Navigating to MPMStdCCUsageToProcessPlanLink
This example shows you how to retrieve MPMStdCCUsageToProcessPlanLink and attributes on the link for a specific Operation object and MPMOperationToStandardCCLink object specified in the request URI. Use the following GET request.
URI
GET /Windchill/servlet/odata/MfgProcMgmt/Operations('OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:194628')/StandardCCLinks('OR:com.ptc.windchill.mpml.pmi.MPMOperationToStandardCCLink:194657')?$expand=MPMStdCCUsageToProcessPlanLink
URI for Navigating to MPMStdCCUsageToProcessPlanLink for a Specific Operation
GET /Windchill/servlet/odata/MfgProcMgmt/Operations('OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:194628')/StandardCCLinks?$expand=MPMStdCCUsageToProcessPlanLink