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