Reading Routing Plans
You can read all the routing plans available in the Site and Organization context.
You can also read a specific routing plan by specifying the routing plan OID in the request URI.
Example: Reading All Routing Plans
The following example shows you how to read all the routing plans. Use the following GET URI.
URI
GET /Windchill/servlet/odata/MfgProcMgmt/RoutingPlans
Example: Reading a Specific Routing Plan
The following example shows you how to read a specific routing plan by specifying the routing plan OID in the request URI with expand on RoutingAssignmentLink. Use the following GET URI.
URI
GET /Windchill/servlet/odata/MfgProcMgmt/RoutingPlans('OR:wt.mpm.routing.WCRoutingPlan:275751')?$expand=RoutingAssignmentLink
Was this helpful?