Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! 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!