Retrieving Affected Object links for a Change Issue
This example shows you how to retrieve Affected Object Links or changeables for a Problem Report. Use the following URI:
URI
GET /Windchill/servlet/odata/ChangeMgmt/ProblemReports/('VR%3Awt.change2.WTChangeIssue%3A63254')/CIAffectLinks HTTP/1.1
Request Headers
Content-Type: application/json
You can also use the following URL to get the details of the affected object that the affects links navigates to
GET /Windchill/servlet/odata/ChangeMgmt/ProblemReports/('VR%3Awt.change2.WTChangeIssue%3A63254')/CIAffectLinks?$expand=AffectedObjects HTTP/1.1
This URI returns the details of the affected objects that may be either parts or documents. Affected objects are represented by a thin entity changeable that contains the basic attributes of the object.