Windchill REST Services > Windchill REST Services Domain Capabilities > Examples for Basic REST Operations > Examples for the PTC BOM Transformation Domain > Retrieving Co-produce Objects
  
Retrieving Co-produce Objects
This example shows you how to retrieve all Co-produce objects. Use the following GET URI.
URI
GET /Windchill/servlet/odata/BomTransformation/Coproduces
Example: Retrieving a Specific Co-produce Object
This example shows you how to retrieve a Co-produce object specified in the request URI. Use the following GET URI.
URI
GET /Windchill/servlet/odata/BomTransformation/Coproduces('OR:wt.part.WTPart:196586')