Skip to main content
17-Peridot
October 4, 2022
Solved

How to open thumbnails of drawings on a third-party website?

  • October 4, 2022
  • 1 reply
  • 958 views

On a third-party site, we display a list of drawings from Windchill. Tell me, please, are there ready-made solutions so that you can view a thumbnail of a drawing on a third-party site?

 

VladiSlav_1-1664872068135.png

 

 

Now I use the REST API to first get the ID by designation, and then get the visualization by drawing ID

VladiSlav_0-1664872025908.png

 

Best answer by HelesicPetr

Hi @VladiSlav 

 

I don't think there is ready-made solution :for the thumbnail picture.

I usually crate own function to get the picture URL in xml format to download it in the third-party SW.  

 

There is an api to generate download url for specific content.

 

PetrH

 

 

1 reply

HelesicPetr
22-Sapphire II
22-Sapphire II
October 4, 2022

Hi @VladiSlav 

 

I don't think there is ready-made solution :for the thumbnail picture.

I usually crate own function to get the picture URL in xml format to download it in the third-party SW.  

 

There is an api to generate download url for specific content.

 

PetrH