Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
what api can be used to fetch cad structure using windchill rest api along with its quantity value as present in the below image
Solved! Go to Solution.
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
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