Executing a Saved Search
This example shows you how to execute a saved search. Use the following GET request.
URI
GET /Windchill/servlet/odata/SavedSearch/SavedQueries('OR:wt.query.SavedQuery:313313')/PTC.SavedSearch.ExecuteSavedSearch(Keyword='') HTTP/1.1
URI for Latest Version Search
This example shows you how to execute a saved search using the custom query optionptc.search.latestversion. When the saved search is executed, it retrieves the latest version of the objects. Use the following GET request.
GET /Windchill/servlet/odata/SavedSearch/SavedQueries('OR:wt.query.SavedQuery:322728')/PTC.SavedSearch.ExecuteSavedSearch(Keyword='')?ptc.search.latestversion=true