Retrieving Affected Object Links for a Change Request
This example shows you how to retrieve affected object links or changeables for a Change Request. Use the following URI:
URI
GET /Windchill/servlet/odata/ChangeMgmt/ChangeRequests('OR.wt.change2.WTChangeRequest261408')/CRAffectLinks
Example: Retrieving Affected Objects for a Change Request
You can also use the following GET request to retrieve the details of the affected objects that the affect links navigate to.
URI
GET /Windchill/servlet/odata/ChangeMgmt/ChangeRequests('OR.wt.change2.WTChangeRequest261408')/CRAffectLinks$expand=AffectedObjects
The request returns the details of the affected objects associated with the links. Affected objects are represented by a changeable entity that contains the basic attributes of the object.
これは役に立ちましたか?