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