Retrieving Affected Object Links for a Change Issue
You can retrieve affected object links or changeables for a problem report or variance.
This example shows you how to retrieve affected object links or changeables for a problem report. Use the following GET URI:
URI
GET /Windchill/servlet/odata/ChangeMgmt/ProblemReports('VR%3Awt.change2.WTChangeIssue%3A63254')/CIAffectLinks
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/ProblemReports('VR%3Awt.change2.WTChangeIssue%3A63254')/CIAffectLinks?$expand=AffectedObjects
The request returns the details of the affected objects that may be either parts or documents. Affected objects are represented by a changeable entity that contains the basic attributes of the object.