cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

Retrieve version of part/model from Windchill api?

SD_9870778
4-Participant

Retrieve version of part/model from Windchill api?

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.

1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

5 REPLIES 5

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

SD_9870778
4-Participant
(To:SD_9870778)

Probably the Java API. not Rest 🙂 

Hi @SD_9870778 

 

Public Java API documentation is here cs17101

 

PetrH

Perfect Thank you!

Top Tags