Skip to main content
Best answer by schauvelin

Hi,

 

I think i get your point now. But search pattern is not managed in URL but in POST payload. So i don't see a way achieving your need with OOTB env.

 

Kind regards. 

1 reply

15-Moonstone
January 5, 2022

Hello,

 

You can do some Search against Windchill with ODATA REST call as : 

https://<WINDCHILL_SERVER>/Windchill/servlet/odata/v4/SavedSearch/SavedQueries('OR%3Awt.query.SavedQuery%3A204280')/PTC.SavedSearch.ExecuteSavedSearch(Keyword='TOTO')

 

Need to have a reference to a SavedQuery. You can find it with REST call as : https://<WINDCHILL_SERVER>/Windchill/servlet/odata/v4/SavedSearch/SavedQueries?%24count=false

 

Otherwise you can use legacy swagger :

https://<WINDCHILL_SERVER>//Windchill/netmarkets/jsp/restapi/index.html#!/Search/searchObjects

 

Kind regards. 

GianVal15-MoonstoneAuthor
15-Moonstone
January 5, 2022

Thank you, I'll try. Anyway, I wanted the equivalent one for thingworx navigate interface, since this experience is mobile-based.

15-Moonstone
January 5, 2022

Hi,

 

I think i get your point now. But search pattern is not managed in URL but in POST payload. So i don't see a way achieving your need with OOTB env.

 

Kind regards.