Windchill REST Services Domain Capabilities > PTC Domains > Examples for the PTC Saved Search Domain
Examples for the PTC Saved Search Domain
Retrieving Saved Searches
This example shows you how to retrieve saved searches. Use the following GET request.
URI
GET /Windchill/servlet/odata/SavedSearch/SavedQueries HTTP/1.1
To retrieve a specific saved search, use the following GET request:
URI
GET /Windchill/servlet/odata/SavedSearch/SavedQueries('OR:wt.query.SavedQuery:322032') HTTP/1.1
これは役に立ちましたか?