Skip to main content
16-Pearl
February 11, 2025
Solved

API to get Annotations from Representation

  • February 11, 2025
  • 2 replies
  • 514 views

Is there any API to get Annotation from Representation

Best answer by TDT

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

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

2 replies

Catalina
Community Moderator
February 11, 2025

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
TDT16-PearlAuthorAnswer
16-Pearl
February 15, 2025

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

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