Attributes REST Endpoints
Configuration/Configuration Metadata/Attributes
These services return the attribute metadata for the specified Product Family, Product Line, or Model.
- Get Model Attribute Metadata
- Method: getPath:
/rest/v19/productFamilies/{prodFamVarName}/productLines/{prodLineVarName}/models/{modelVarName}/attributes/{attributeVarName}
- Get Model Attributes Metadata
- Method: getPath:
/rest/v19/productFamilies/{prodFamVarName}/productLines/{prodLineVarName}/models/{modelVarName}/attributes
- Get Product Family Attribute Metadata
- Method: getPath:
/rest/v19/productFamilies/{prodFamVarName}/attributes/{attributeVarName}
- Get Product Family Attributes Metadata
- Method: getPath:
/rest/v19/productFamilies/{prodFamVarName}/attributes
- Get Product Line Attribute Metadata
- Method: getPath:
/rest/v19/productFamilies/{prodFamVarName}/productLines/{prodLineVarName}/attributes/{attributeVarName}
- Get Product Line Attributes Metadata
- Method: getPath:
/rest/v19/productFamilies/{prodFamVarName}/productLines/{prodLineVarName}/attributes