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

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

How to get AddressedBy2 Links using API

BA_10780502
5-Regular Member

How to get AddressedBy2 Links using API

Hello All,

I want to get the AddressedBy2 links from CN &CR which API I can use it?

Thanks.

1 REPLY 1

Hi @BA_10780502 

you can try following services

 

// from changeRequest
QueryResult qsCN = ChangeHelper2.service.getChangeOrders(changeRequest2, false);
// from changeNotice
QueryResult qsCR = ChangeHelper2.service.getChangeRequest(order, false);

 

Check what is in the queryResult there should be a link. 

 

if you change the Boolean to true, it should return the target objects Notice or Request.

PetrH

Top Tags