Retrieving the Components List for a Part Structure
This example shows you how to retrieve a components list for a part structure with the action GetPartsList and by expanding navigation properties Part and PartUses. Use the following POST request.
URI
POST /Windchill/servlet/odata/ProdMgmt/Parts('OR:wt.part.WTPart:12345')/PTC.ProdMgmt.GetPartsList?$expand=Part,PartUses HTTP/1.1
Request Headers
Content-Type: application/json
CSRF_NONCE: <Use the value from Fetch NONCE example>
Accept: application/json;odata.metadata=full