Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
I have the following REST call and I need to get the Attribute Source of all related parts in ResultingObjects of the ChangeNotice in Windchill PDMLink 11.2.1.
/Windchill/servlet/odata/v5/ChangeMgmt/ChangeNotices('OR:wt.change2.WTChangeOrder2:OID')?$expand=ResultingObjects($expand=Context($select=Name))
Can I achieve this in one call or do I need to get the full Part to know the Source of it?