Windchill REST Services > Windchill REST Services Domain Capabilities > Examples for Basic REST Operations > Examples for the PTC Change Management Domain > Retrieving the Affected Objects
  
Retrieving the Affected Objects
This example shows you how to retrieve the AffectedObjects for change objects. Use the following GET request.
URI
GET /Windchill/servlet/odata/ChangeMgmt/ChangeRequests?$expand=AffectedObjects HTTP/1.1
To retrieve the AffectedObjects for a specific change object, use the following GET request.
URI
GET /Windchill/servlet/odata/ChangeMgmt/ChangeRequests('OR:wt.change2.WTChangeRequest2:250300')?$expand=AffectedObjects HTTP/1.1