Windchill REST Services > Windchill REST Services Domain Capabilities > Examples for Basic REST Operations > Examples for the PTC Supplier Management Domain > Retrieving Supplier, Manufacturer, and Vendor Parts
  
Retrieving Supplier, Manufacturer, and Vendor Parts
This example shows you how to retrieve supplier, manufacturer, and vendor parts. Use the following GET requests.
URI for Supplier Parts
GET /Windchill/servlet/odata/ProdMgmt/SupplierParts HTTP/1.1
URI for Manufacturer Parts
GET /Windchill/servlet/odata/ProdMgmt/ManufacturerParts HTTP/1.1
URI for Vendor Parts
GET /Windchill/servlet/odata/ProdMgmt/VendorParts HTTP/1.1