Retrieving Affected Object Links for a Change Request
This example shows you how to retrieve affected links or changeables for a Change Request. Use the following URI:
URI
GET /Windchill/servlet/odata/ChangeMgmt/ChangeRequests/('OR.wt.change2.WTChangeRequest261408')/CRAffectLinks HTTP/1.1
Request Headers
Content-Type: application/json
Example: Retrieving Affected Objects for a Change Request
You can also use the following URL to get the details of the affected object that the affected link navigates to:
GET /Windchill/servlet/odata/ChangeMgmt/ChangeRequests/('OR.wt.change2.WTChangeRequest261408')/CRAffectLinks$expand=AffectedObjects HTTP/1.1
This URI returns the details of the affected objects associated with the links. Affected objects are represented by a thin entity changeable that contains the basic attributes of the object.