Querying the Part Using a Filter
This example shows you how to query a part using a filter. Use the following GET request.
URI for Filter Based on Soft Attribute
GET /Windchill/servlet/odata/ProdMgmt/Parts?$filter=contains(CustomAttribute,'value') HTTP/1.1
URI for Filter Based on Part Name
GET /Windchill/servlet/odata/ProdMgmt/Parts?$filter=Name eq 'TestWTPart_001' HTTP/1.1