Skip to main content
5-Regular Member
June 6, 2022
Solved

Retrieve version of part/model from Windchill api?

  • June 6, 2022
  • 5 replies
  • 2065 views

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.

Best answer by avillanueva

affectedVersion=aPart.getVersionIdentifier().getValue();

5 replies

avillanueva
23-Emerald I
June 6, 2022

affectedVersion=aPart.getVersionIdentifier().getValue();

5-Regular Member
June 6, 2022

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

5-Regular Member
June 6, 2022

Probably the Java API. not Rest 🙂