Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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!
