How to retrieves parts of specific type View("Design or Manufacturing") through windchill REST API?
Hi,
is there REST API available to get all parts from windchill which will fetch only given specific view type?
Below is the url i was using but it gives me error, please provide if anyone knows the solution.
URL : "http://......../Windchill/servlet/odata/v1/ProdMgmt/Parts?$filter=view eq 'Design'"
Errror :
"error": {
"code": null,
"message": "The property 'view', used in a query expression, is not defined in type 'PTC.ProdMgmt.Part'."
}
}
Thanks in advance.

