Windchill REST Services > Windchill REST Services Domain Capabilities > Examples for Basic REST Operations > Examples for the PTC Change Management Domain > Retrieving the Resulting Links
  
Retrieving the Resulting Links
This example shows you how to the retrieve resulting links for change notices. Use the following GET request.
URI
GET /Windchill/servlet/odata/ChangeMgmt/ChangeNotices?$expand=ResultingLinks HTTP/1.1
To get details of resulting links and change tasks (ResultedByObjects) , use the following GET request.
URI
GET /Windchill/servlet/odata/ChangeMgmt/ChangeNotices('OR:wt.change2.WTChangeOrder2:264082')?$expand=ResultingLinks($expand=ResultedByObjects) HTTP/1.1