Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hi everybody, do its possible to retrieve version of a specific part/model from the Windchill api?
Or it is only possible via the Creo api??
Thank you.
Solved! Go to Solution.
affectedVersion=aPart.getVersionIdentifier().getValue();
affectedVersion=aPart.getVersionIdentifier().getValue();
Great Thank you!
Is this a method from the Rest API? Is there a document where I find more method like this one?
Thank you
Probably the Java API. not Rest 🙂
Perfect Thank you!