Windchill REST Services > Windchill REST Services Domain Capabilities > Examples for Basic REST Operations > Examples for the PTC Change Management Domain > Retrieving Variances
  
Retrieving Variances
This example shows you how to retrieve variances. Use the following GET request.
URI
GET /Windchill/servlet/odata/ChangeMgmt/Variances 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') HTTP/1.1