How to get change object from WTPart using rest service?
Hi All,
I can get change request using this rest service
GET : "/Windchill/servlet/odata/ChangeMgmt/ChangeRequests('OR:wt.change2.WTChangeRequest2:250300')?$expand=AffectedObjects",
but I want to get this OID "OR:wt.change2.WTChangeRequest2:250300" from WTpart which should be navigate.
- Tried with this api but can't get change request object id.
GET : "/Windchill/servlet/odata/ChangeMgmt/Changeables('OR:wt.part.WTPart:262627')?$expand=AffectedByObjects"
Can anybody help to get this change object, is there any Windchill rest API?
Thanks.

