Configuration Layout REST Endpoints

Configuration/Configuration Layout
Configuration Layout Services return Oracle CPQ Configuration desktop layout definitions for UI frameworks to consume. The desktop layout definition contains the following items: Layout components and properties for panels, tabs, columns, grids and their associated attributes; and Properties for Product Families, Product Lines, and Models
Get Configuration Layout Attribute Data
Method: get
Path: /rest/v16/layoutCache/{prodFamVarName}/{prodLineVarName}/{modelVarName}/attributes
Get Model Layout
Method: get
Path: /rest/v16/productFamilies/{prodFamVarName}/productLines/{prodLineVarName}/models/{modelVarName}/layouts/{layoutVarName}
Get Product Family Layout
Method: get
Path: /rest/v16/productFamilies/{prodFamVarName}/layouts/{layoutVarName}
Get Product Line Layout
Method: get
Path: /rest/v16/productFamilies/{prodFamVarName}/productLines/{prodLineVarName}/layouts/{layoutVarName}