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

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

Translate the entire conversation x

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

AP_10343008
16-Pearl

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

 

 

ACCEPTED SOLUTION

Accepted Solutions
HelesicPetr
22-Sapphire II
(To:AP_10343008)

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
HelesicPetr
22-Sapphire II
(To:AP_10343008)

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

Announcements
Top Tags