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

Community email notifications are disrupted. While we are working to resolve, please check on your favorite boards regularly to keep up with your conversations and new topics.

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

AP_10343008
13-Aquamarine

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

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

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

1 REPLY 1

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

Top Tags