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.

How to get change object from WTPart using rest service?

mohitenw
11-Garnet

How to get change object from WTPart using rest service?

Hi All,

I can get change request using this rest service

GET : "/Windchill/servlet/odata/ChangeMgmt/ChangeRequests('OR:wt.change2.WTChangeRequest2:250300')?$expand=AffectedObjects",

but I want to get this OID "OR:wt.change2.WTChangeRequest2:250300" from WTpart which should be navigate.

 

- Tried with this api but can't get change request object id.

GET : "/Windchill/servlet/odata/ChangeMgmt/Changeables('OR:wt.part.WTPart:262627')?$expand=AffectedByObjects"

Can anybody help to get this change object, is there any Windchill rest API?

 

Thanks.

3 REPLIES 3

is anyone knows the solution?

What version of Windchill and REST API are you using?

 

Did you get your examples from this article?

https://www.ptc.com/en/support/article/CS300711

 

I'd suggest opening up a Customization case, to get assistance, and maybe they can confirm if that article is still up-to-date or not, as there was talk about this being available in later versions of REST API?

 

Mike

 

Thanks @MichaelChatel 

But We can not get change notice object details from wt part there is no rest api available in version wrs1.5.

Top Tags