Windchill REST Services Domain Capabilities > Examples for Basic REST Operations > Examples for the PTC Change Management Domain > Navigating from Changeables to a Change Notice using ResultedByChangeObjects
Navigating from Changeables to a Change Notice using ResultedByChangeObjects
The following example shows you how to navigate from a Changeable (a part in this example) to the primary Change Notice using the ResultedByChangeObjects navigation. Use the following URI with the GET method.
URI
GET /Windchill/servlet/odata/ChangeMgmt/Changeables('VR:wt.part.WTPart:111124')/ResultedByChangeObjects HTTP/1.1
Example: Navigating from Changeable to Change Notice using ResultingByLinks of the ResultedByChangeObjects
You can also navigate from a Changeable (a part in this example) to the primary Change Notice using the following URI with the GET method:
URI
GET /Windchill/servlet/odata/ChangeMgmt/Changeables('VR:wt.part.WTPart:111124')/ResultedByChangeObjects HTTP/1.1