Retrieving Engineering Materials
The following example shows you how to retrieve engineering materials, which are accessible to the user.
Use the following GET request.
URI
GET /Windchill/servlet/odata/Sustainability/EngineeringMaterials
Example: Retrieving a Specific Engineering Material
The following example shows you how to retrieve a specific engineering material object by specifying the engineering material OID in the request URI.
Use the following GET request.
URI
GET /Windchill/servlet/odata/Sustainability/EngineeringMaterials('OR:wt.part.WTPart:536532')
這是否有幫助?