Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hello community,
So I have two questions regarding the Navigate / Windchill Extension matter. PTC Navigate 1.3, Thingworx 7.1.
Any help appreciated.
Regards,
J.
Hi Jakub,
I'm a beginner in Windchill Extension, hope my answers are relevant. For your first question i think since we're using the Administrator's credentials for the Windchill Integration Connector maybe that's why it returns all the data. For the second one the input format for filters are for example
" name EQ 'partname' ", you can refer this "Query Parameter for Query Services"guide.
Regards,
Saran
Hello,
I am not sure still you are looking for an answer.
I too faced same issue and found related information under NonFilterableProperties by looking at respective domain metadata. You can see Version in the list.
Additionally you can look at the list of properties under each entity to get the list of searchable attributes.
https://<Windchill server>/Windchill/servlet/odata/<Domain>/$metadata
<PropertyValue Property="NonFilterableProperties">
<Collection>
<String>GeneralStatus</String>
<String>VersionID</String>
<String>ChangeStatus</String>
<String>CheckOutStatus</String>
<String>LifeCycleTemplateName</String>
<String>Version</String>
<String>CabinetName</String>
<String>ShareStatus</String>
<String>FolderLocation</String>
<String>ID</String>
<String>Identity</String>
<String>FolderName</String>
</Collection>
</PropertyValue>
BR,
Vino