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

Translate the entire conversation x

API to get Annotations from Representation

TDT
15-Moonstone
15-Moonstone

API to get Annotations from Representation

Is there any API to get Annotation from Representation

ACCEPTED SOLUTION

Accepted Solutions
TDT
15-Moonstone
15-Moonstone
(To:TDT)

I have used the following API to retrieve the Annotations of Representation.

QueryResult qr = ViewMarkUpHelper.service.getMarkUps((Viewable) representation);

View solution in original post

2 REPLIES 2
Catalina
Moderator
(To:TDT)

Hi @TDT 

 

Thank you for your question! 

 

I’d like to recommend to bring more details and context to your initial inquiry. 

Please add screenshot(s) to better understand what you are trying to do in your process. 

 

Please refer to this guideline to make your questions more likely to receive a quick and useful answer. 

This will increase your chances to receive meaningful help from other Community members. 

 

Thank you for your participation and please let me know if you need further assistance! 

 

Best regards,

Catalina
PTC Community Moderator
TDT
15-Moonstone
15-Moonstone
(To:TDT)

I have used the following API to retrieve the Annotations of Representation.

QueryResult qr = ViewMarkUpHelper.service.getMarkUps((Viewable) representation);

Announcements



Top Tags