Skip to main content
1-Visitor
March 25, 2020
Solved

Windchill Rest API for Configurable parts, option sets with include/exclude/conditional/... rules

  • March 25, 2020
  • 1 reply
  • 2669 views

Hello,

 

We're trying to create a front-end configuration tool based on data in windchill. This data consists of a configurable part with a set of components which have expressions on them. Based on the choices made in the optionset you can 'configure' your new part.
To create this front-end we'd like to fetch the configurable part and its BOM, the assigned option set with its options & choices, and the associated include/exclude/conditional/.. rules that go with this option set.

 

Getting the configurable part is pretty straight forward with the REST services (1.7), but the optionset with options,choices and rules proves more difficult as I can not find the right API endpoints. Can anyone point me in the right direction?

 

Best answer by JeffZemsky

Option Sets with Options (and Choices) are supported in WRS 1.7

 

Product Platform Management Domain

 

I don't think we have WRS endpoint for Rules yet.

 

Another way to get to all this data is to use the ERP Connector for O&V - this will export BOM structures, Option Set, Options, Choices and Rules in an XML format.

1 reply

17-Peridot
March 25, 2020

Option Sets with Options (and Choices) are supported in WRS 1.7

 

Product Platform Management Domain

 

I don't think we have WRS endpoint for Rules yet.

 

Another way to get to all this data is to use the ERP Connector for O&V - this will export BOM structures, Option Set, Options, Choices and Rules in an XML format.

5-Regular Member
January 14, 2025

Hello,

 

I see that the post was published 5 years ago. Is it now possible to extract rules using the REST API, or is this functionally still not supported?