Retrieving Navigation Criteria for Saved Filters
Navigation criteria can be retrieved for all saved filters in Windchill MPMLink, or for a specific saved filter.
Retrieving Navigation Criteria for All Saved Filters
To return the navigation criteria for all saved filters in Windchill MPMLink, submit a GET request to the following URL:
http://<Windchill Hostname>:<port>/Windchill/servlet/odata/v2/NavCriteria/NavigationCriterias
In the returned code, each saved filter is shown as a JSON object. Search the returned code for the name of a specific saved filter in Windchill MPMLink. The ID of the object with that Name value is the ID for the saved filter.
Retrieving Navigation Criteria for a Specific Saved Filter
To return the navigation criteria for a specific saved filter, include the ID for the saved filter as part of the URL:
http://<Windchill Hostname>:<port>/Windchill/servlet/odata/v2/NavCriteria/NavigationCriterias('<saved filter ID>')
In addition to using the ID for retrieving the navigation criteria for a specific saved filter from Windchill MPMLink, you can also use the ID for a saved filter directly as navigation criteria when converting a process plan. For more information, see Specifying a Saved Filter ID as Navigation Criteria.
Was this helpful?