Retrieving the AffectedBy Objects
This example shows you how to retrieve the AffectedByObjects for changeables. Use the following GET request.
URI
GET /Windchill/servlet/odata/ChangeMgmt/Changeables?$expand=AffectedByObjects HTTP/1.1
To retrieve the AffectedByObjects for a specific changeable, use the following GET request.
URI
GET /Windchill/servlet/odata/ChangeMgmt/Changeables('OR:wt.part.WTPart:262627')?$expand=AffectedByObjects HTTP/1.1