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: getPath:
/rest/v19/layoutCache/{prodFamVarName}/{prodLineVarName}/{modelVarName}/attributes
- Get Model Layout
- Method: getPath:
/rest/v19/productFamilies/{prodFamVarName}/productLines/{prodLineVarName}/models/{modelVarName}/layouts/{layoutVarName}
- Get Product Family Layout
- Method: getPath:
/rest/v19/productFamilies/{prodFamVarName}/layouts/{layoutVarName}
- Get Product Line Layout
- Method: getPath:
/rest/v19/productFamilies/{prodFamVarName}/productLines/{prodLineVarName}/layouts/{layoutVarName}