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

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

Retrieve version of part/model from Windchill api?

SD_9870778
5-Regular Member

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.

ACCEPTED SOLUTION

Accepted Solutions
avillanueva
22-Sapphire II
(To:SD_9870778)

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

View solution in original post

5 REPLIES 5
avillanueva
22-Sapphire II
(To:SD_9870778)

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

SD_9870778
5-Regular Member
(To:avillanueva)

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
5-Regular Member
(To:SD_9870778)

Probably the Java API. not Rest 🙂 

Hi @SD_9870778 

 

Public Java API documentation is here cs17101

 

PetrH

SD_9870778
5-Regular Member
(To:HelesicPetr)

Perfect Thank you!

Announcements


Top Tags