Reading a Part by ID with Expanded Navigation
This example shows you how to read a part with its ID with expanded navigation. Use the following GET request.
URI for Part Uses Link with Expand Filter
GET /Windchill/servlet/odata/ProdMgmt/Parts('OR:wt.part.WTPart:48796184')?$expand=Uses HTTP/1.1
URI for Part Uses Link and Its Occurrences with Expand Filter
GET /Windchill/servlet/odata/ProdMgmt/Parts('OR:wt.part.WTPart:48796184')?$expand=Uses($expand=Occurrences) HTTP/1.1