How to fetch part list using custom attribute via Windchill odata rest api?
Version: Windchill 13.0
Use Case: To get list of parts based on custom attribute, For ex : Type : WTPart Attribute Name : Model Values : "PC00123", "PC00456"
Description:
Need to fetch list of part using custom attributes(IBA), tried below solution but didn't work.
URL :
/Windchill/servlet/odata/ProdMgmt/Parts?$filter=startswith(Number,'P91-') and contains(Model,'PC00456')
Error : The property 'Model', used in a query expression, is not defined in type 'PTC.ProdMgmt.Part'
Note : "Model" is internal name of attribute.
Please let me know if you need anything and do you have any solution on this.
Thanks.

