Skip to main content
16-Pearl
July 17, 2023
Solved

what api can be used to fetch cad structure using windchill rest api along with its quantity value

  • July 17, 2023
  • 1 reply
  • 1303 views

what api can be used to fetch cad structure using windchill rest api along with its quantity value as present in the below image

AP_10343008_3-1689589881456.png

 

 

Best answer by HelesicPetr

Hi @AP_10343008 

The Image shows multilevel bom report that is not same as a rest api. This page is generated by own code that cares how to build the table. as 

 

You need to use existing restApi to get onelevel BOM and then work in your site with results and go through the bom recursively

 

PetrH

1 reply

HelesicPetr
22-Sapphire II
22-Sapphire II
July 18, 2023

Hi @AP_10343008 

The Image shows multilevel bom report that is not same as a rest api. This page is generated by own code that cares how to build the table. as 

 

You need to use existing restApi to get onelevel BOM and then work in your site with results and go through the bom recursively

 

PetrH