Retrieving Variances Along with Variance Owners Information
This example shows you how to retrieve information about variance owners along with variances. Use the following GET request.
URI
GET /Windchill/servlet/odata/ChangeMgmt/Variances?$expand=VarianceOwners HTTP/1.1
To retrieve a specific variance, use the following GET request:
URI
GET /Windchill/servlet/odata/ChangeMgmt/Variances('OR:wt.change2.WTVariance:233682')?$expand=VarianceOwners HTTP/1.1