Retrieving Baseline ID Values
Baseline ID values are used in the navigation criteria for baseline filters.
There is currently no endpoint for retrieving baselines information directly from Windchill using Windchill REST Services (WRS). To find the ID of a baseline to use as the value for the Baseline element in your JSON payload:
1. Create a baseline filter in Windchill MPMLink. On the Configuration Specification tab of the Edit Filter window, select Baseline from the Choose a Type drop-down list, then select the desired baseline.
2. Save the baseline filter.
3. Retrieve the navigation criteria for that saved filter, following the instructions in Retrieving Navigation Criteria for Saved Filters.
4. In the returned code, the value for the Baseline element is the ID for the baseline. Use this as the value for the Baseline element in the JSON for your navigation criteria.
Was this helpful?