Retrieving Engineering Material Part Describe Links
An engineering material part describe link exists between an existing engineering material object and a document.
The following example shows you how to retrieve all available engineering material part describe links.
Use the following GET request.
URI
GET /Windchill/servlet/odata/Sustainability/EngineeringMaterials('OR:wt.part.WTPart:570085')/DescribedBy
You can further retrieve the details of all engineering material part describe links using the following GET request with $expand:
URI with Expand on DescribedBy
GET /Windchill/servlet/odata/Sustainability/EngineeringMaterials('OR:wt.part.WTPart:570085')/DescribedBy?$expand=DescribedBy
Example: Retrieving a Specific Engineering Material Part Describe Link
The following example shows you how to retrieve a specific engineering material part describe link by specifying the engineering material OID and the engineering material part describe link OID in the request URI.
Use the following GET request.
URI
GET /Windchill/servlet/odata/Sustainability/EngineeringMaterials('OR:wt.part.WTPart:570085')/DescribedBy('OR:wt.part.WTPartDescribeLink:570092')
You can retrieve further details of a specific engineering material part describe link using the following GET request with $expand:
URI with Expand on DescribedBy
GET /Windchill/servlet/odata/Sustainability/EngineeringMaterials('OR:wt.part.WTPart:570085')/DescribedBy('OR:wt.part.WTPartDescribeLink:570092')?$expand=DescribedBy