Get Configuration Layout Attribute Data

get

/rest/v16/layoutCache/{prodFamVarName}/{prodLineVarName}/{modelVarName}/attributes

This endpoint returns a consolidated list of Product Family, Product Line, and Model attribute metadata from a Configuration layout.

Request

Path Parameters
Query Parameters
Back to Top

Response

Default Response

Layout Attributes
Body ()
Root Schema : config-layout-attributes-response
Type: object
Show Source
Nested Schema : components-collection
Type: object
Show Source
Nested Schema : translations
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : component
Type: object
Show Source
Nested Schema : Component Type Code
Type: object
Title: Component Type Code
Component type code for a component.
Show Source
Nested Schema : displayType
Type: object
Show Source
Nested Schema : Input Type Code
Type: object
Title: Input Type Code
Input type code.
Show Source
Nested Schema : jetDisplayType
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : translation
Type: object
Show Source
Nested Schema : Language
Type: object
Title: Language
Language
Show Source
Back to Top

Examples

The following example shows how to returns a consolidated list of Product Family, Product Line, and Model attribute metadata from a Configuration layout. by submitting a GET request to the REST resource using cURL. For more information about cURL, see Use cURL.

curl - X GET - i - H "Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQg" - H "Content-type: application/json"
https://sitename.oracle.com/rest/v16/layoutCache/testbed/testPL/testModel/attributes?configFlowVariableName=flow1

Response Body Sample

{
  "attributes": {
    "id": null,
    "dateModified": null,
    "language": null,
    "components": {
      "items": [{
          "id": 21139150,
          "dateModified": null,
          "language": null,
          "components": null,
          "translations": null,
          "componentTypeCode": {
            "lookupCode": "FORM_CONTROL"
          },
          "resourceVariableName": null,
          "sequence": 1,
          "resourceAttrType": "Text",
          "resourceAttributeVarName": "textField1",
          "inputTypeCode": {
            "lookupCode": "TextField"
          },
          "displayType": {
            "lookupCode": "1",
            "displayValue": "Text"
          },
          "jetDisplayType": {
            "lookupCode": "1",
            "displayValue": "Text"
          },
          "showLabel": true,
          "label": "Text Field 1",
          "labelSeparator": "",
          "labelAlignment": "LEFT_ALIGN",
          "labelWidth": "33.0",
          "labelWidthUnits": "PERCENTAGE_WIDTH",
          "valuePosition": "RIGHT_ALIGN",
          "valueWidth": "47.0",
          "valueWidthUnits": "PERCENTAGE_WIDTH",
          "valueAlignment": "LEFT_ALIGN",
          "helpIcon": null,
          "showHelpIcon": false,
          "helpIconAlignment": "LEFT_OF_LABEL",
          "hideLock": true,
          "showCalculator": false,
          "showRecMsg": true,
          "showConMsg": true,
          "showPrevValueMsg": false,
          "msgPlacement": "BELOW_ATTRIBUTE",
          "msgWidthUnits": "PERCENTAGE_WIDTH",
          "msgWidth": "20.0",
          "setType": "None",
          "defaultValue": "",
          "autoLock": false,
          "autoUpdate": false,
          "hide": false,
          "showDataTooltip": false,
          "menuImagePosition": "RIGHT_OF_VALUE",
          "showMenuImage": false,
          "fieldAutoWidth": "true",
          "showPrice": false,
          "pricePosition": "RIGHT_OF_VALUE",
          "menuItems": {
            "items": [],
            "_state": null
          },
          "description": "",
          "isArray": null,
          "additional": {},
          "category": {
            "lookupCode": "2",
            "displayValue": "Configurable Attributes"
          },
          "constraintDisplayType": {
            "lookupCode": "1",
            "displayValue": "Marked"
          },
          "validationMethod": null,
          "ssplProperties": null,
          "ajaxSensitive": true,
          "isArrayControlAttr": false,
          "defaultValueOverridden": false,
          "displayTypeOverridden": false,
          "setTypeOverridden": false,
          "jetDisplayTypeOverridden": false,
          "required": false
        }, {
          "id": 21139184,
          "dateModified": null,
          "language": null,
          "components": null,
          "translations": null,
          "componentTypeCode": {
            "lookupCode": "FORM_CONTROL"
          },
          "resourceVariableName": null,
          "sequence": 2,
          "resourceAttrType": "Float",
          "resourceAttributeVarName": "floatField1",
          "inputTypeCode": {
            "lookupCode": "TextField"
          },
          "displayType": {
            "lookupCode": "1",
            "displayValue": "Text"
          },
          "jetDisplayType": {
            "lookupCode": "1",
            "displayValue": "Text"
          },
          "showLabel": true,
          "label": "Float Field 1",
          "labelSeparator": "",
          "labelAlignment": "LEFT_ALIGN",
          "labelWidth": "33.0",
          "labelWidthUnits": "PERCENTAGE_WIDTH",
          "valuePosition": "RIGHT_ALIGN",
          "valueWidth": "47.0",
          "valueWidthUnits": "PERCENTAGE_WIDTH",
          "valueAlignment": "LEFT_ALIGN",
          "helpIcon": null,
          "showHelpIcon": false,
          "helpIconAlignment": "LEFT_OF_LABEL",
          "hideLock": true,
          "showCalculator": false,
          "showRecMsg": true,
          "showConMsg": true,
          "showPrevValueMsg": false,
          "msgPlacement": "BELOW_ATTRIBUTE",
          "msgWidthUnits": "PERCENTAGE_WIDTH",
          "msgWidth": "20.0",
          "setType": "None",
          "defaultValue": "",
          "autoLock": false,
          "autoUpdate": false,
          "hide": false,
          "showDataTooltip": false,
          "menuImagePosition": "RIGHT_OF_VALUE",
          "showMenuImage": false,
          "fieldAutoWidth": "true",
          "showPrice": false,
          "pricePosition": "RIGHT_OF_VALUE",
          "menuItems": {
            "items": [],
            "_state": null
          },
          "description": "",
          "isArray": null,
          "additional": {},
          "category": {
            "lookupCode": "2",
            "displayValue": "Configurable Attributes"
          },
          "constraintDisplayType": {
            "lookupCode": "1",
            "displayValue": "Marked"
          },
          "validationMethod": {
            "lookupCode": "1",
            "displayValue": "None"
          },
          "ssplProperties": null,
          "ajaxSensitive": false,
          "isArrayControlAttr": false,
          "defaultValueOverridden": false,
          "displayTypeOverridden": false,
          "setTypeOverridden": false,
          "jetDisplayTypeOverridden": false,
          "required": false
        }, {
          "id": 21139218,
          "dateModified": null,
          "language": null,
          "components": null,
          "translations": null,
          "componentTypeCode": {
            "lookupCode": "FORM_CONTROL"
          },
          "resourceVariableName": null,
          "sequence": 3,
          "resourceAttrType": "Integer",
          "resourceAttributeVarName": "integerField1",
          "inputTypeCode": {
            "lookupCode": "TextField"
          },
          "displayType": {
            "lookupCode": "1",
            "displayValue": "Text"
          },
          "jetDisplayType": {
            "lookupCode": "1",
            "displayValue": "Text"
          },
          "showLabel": true,
          "label": "Integer Field 1",
          "labelSeparator": "",
          "labelAlignment": "LEFT_ALIGN",
          "labelWidth": "33.0",
          "labelWidthUnits": "PERCENTAGE_WIDTH",
          "valuePosition": "RIGHT_ALIGN",
          "valueWidth": "47.0",
          "valueWidthUnits": "PERCENTAGE_WIDTH",
          "valueAlignment": "LEFT_ALIGN",
          "helpIcon": null,
          "showHelpIcon": false,
          "helpIconAlignment": "LEFT_OF_LABEL",
          "hideLock": true,
          "showCalculator": false,
          "showRecMsg": true,
          "showConMsg": true,
          "showPrevValueMsg": false,
          "msgPlacement": "BELOW_ATTRIBUTE",
          "msgWidthUnits": "PERCENTAGE_WIDTH",
          "msgWidth": "20.0",
          "setType": "None",
          "defaultValue": "",
          "autoLock": false,
          "autoUpdate": false,
          "hide": false,
          "showDataTooltip": false,
          "menuImagePosition": "RIGHT_OF_VALUE",
          "showMenuImage": false,
          "fieldAutoWidth": "true",
          "showPrice": false,
          "pricePosition": "RIGHT_OF_VALUE",
          "menuItems": {
            "items": [],
            "_state": null
          },
          "description": "",
          "isArray": null,
          "additional": {},
          "category": {
            "lookupCode": "2",
            "displayValue": "Configurable Attributes"
          },
          "constraintDisplayType": {
            "lookupCode": "1",
            "displayValue": "Marked"
          },
          "validationMethod": {
            "lookupCode": "1",
            "displayValue": "None"
          },
          "ssplProperties": null,
          "ajaxSensitive": false,
          "isArrayControlAttr": false,
          "defaultValueOverridden": false,
          "displayTypeOverridden": false,
          "setTypeOverridden": false,
          "jetDisplayTypeOverridden": false,
          "required": false
        }, {
          "id": 21139252,
          "dateModified": null,
          "language": null,
          "components": null,
          "translations": null,
          "componentTypeCode": {
            "lookupCode": "FORM_CONTROL"
          },
          "resourceVariableName": null,
          "sequence": 4,
          "resourceAttrType": "Date",
          "resourceAttributeVarName": "dateField1",
          "inputTypeCode": {
            "lookupCode": "Date"
          },
          "displayType": {
            "lookupCode": "0",
            "displayValue": "Date"
          },
          "jetDisplayType": {
            "lookupCode": "15",
            "displayValue": "Date"
          },
          "showLabel": true,
          "label": "Date Field 1",
          "labelSeparator": "",
          "labelAlignment": "LEFT_ALIGN",
          "labelWidth": "33.0",
          "labelWidthUnits": "PERCENTAGE_WIDTH",
          "valuePosition": "RIGHT_ALIGN",
          "valueWidth": "47.0",
          "valueWidthUnits": "PERCENTAGE_WIDTH",
          "valueAlignment": "LEFT_ALIGN",
          "helpIcon": null,
          "showHelpIcon": false,
          "helpIconAlignment": "LEFT_OF_LABEL",
          "hideLock": true,
          "showCalculator": false,
          "showRecMsg": true,
          "showConMsg": true,
          "showPrevValueMsg": false,
          "msgPlacement": "BELOW_ATTRIBUTE",
          "msgWidthUnits": "PERCENTAGE_WIDTH",
          "msgWidth": "20.0",
          "setType": "None",
          "defaultValue": "",
          "autoLock": false,
          "autoUpdate": false,
          "hide": false,
          "showDataTooltip": false,
          "menuImagePosition": "RIGHT_OF_VALUE",
          "showMenuImage": false,
          "fieldAutoWidth": "true",
          "showPrice": false,
          "pricePosition": "RIGHT_OF_VALUE",
          "menuItems": {
            "items": [],
            "_state": null
          },
          "description": "",
          "isArray": null,
          "additional": {},
          "category": {
            "lookupCode": "2",
            "displayValue": "Configurable Attributes"
          },
          "constraintDisplayType": {
            "lookupCode": "1",
            "displayValue": "Marked"
          },
          "validationMethod": {
            "lookupCode": "1",
            "displayValue": "None"
          },
          "ssplProperties": null,
          "ajaxSensitive": false,
          "isArrayControlAttr": false,
          "defaultValueOverridden": false,
          "displayTypeOverridden": false,
          "setTypeOverridden": false,
          "jetDisplayTypeOverridden": false,
          "required": false
        }, {
          "id": 21139286,
          "dateModified": null,
          "language": null,
          "components": null,
          "translations": null,
          "componentTypeCode": {
            "lookupCode": "FORM_CONTROL"
          },
          "resourceVariableName": null,
          "sequence": 5,
          "resourceAttrType": "Currency",
          "resourceAttributeVarName": "currencyField1",
          "inputTypeCode": {
            "lookupCode": "TextField"
          },
          "displayType": {
            "lookupCode": "1",
            "displayValue": "Text"
          },
          "jetDisplayType": {
            "lookupCode": "1",
            "displayValue": "Text"
          },
          "showLabel": true,
          "label": "Currency Field 1",
          "labelSeparator": "",
          "labelAlignment": "LEFT_ALIGN",
          "labelWidth": "33.0",
          "labelWidthUnits": "PERCENTAGE_WIDTH",
          "valuePosition": "RIGHT_ALIGN",
          "valueWidth": "47.0",
          "valueWidthUnits": "PERCENTAGE_WIDTH",
          "valueAlignment": "LEFT_ALIGN",
          "helpIcon": null,
          "showHelpIcon": false,
          "helpIconAlignment": "LEFT_OF_LABEL",
          "hideLock": true,
          "showCalculator": false,
          "showRecMsg": true,
          "showConMsg": true,
          "showPrevValueMsg": false,
          "msgPlacement": "BELOW_ATTRIBUTE",
          "msgWidthUnits": "PERCENTAGE_WIDTH",
          "msgWidth": "20.0",
          "setType": "None",
          "defaultValue": "",
          "autoLock": false,
          "autoUpdate": false,
          "hide": false,
          "showDataTooltip": false,
          "menuImagePosition": "RIGHT_OF_VALUE",
          "showMenuImage": false,
          "fieldAutoWidth": "true",
          "showPrice": false,
          "pricePosition": "RIGHT_OF_VALUE",
          "menuItems": {
            "items": [],
            "_state": null
          },
          "description": "",
          "isArray": null,
          "additional": {
            "precision_CNY": "",
            "precision_JPY": "",
            "precision_EUR": "",
            "precision_ALL": "",
            "precision_USD": ""
          },
          "category": {
            "lookupCode": "2",
            "displayValue": "Configurable Attributes"
          },
          "constraintDisplayType": {
            "lookupCode": "1",
            "displayValue": "Marked"
          },
          "validationMethod": {
            "lookupCode": "1",
            "displayValue": "None"
          },
          "ssplProperties": null,
          "ajaxSensitive": false,
          "isArrayControlAttr": false,
          "defaultValueOverridden": false,
          "displayTypeOverridden": false,
          "setTypeOverridden": false,
          "jetDisplayTypeOverridden": false,
          "required": false
        }, {
          "id": 21139320,
          "dateModified": null,
          "language": null,
          "components": null,
          "translations": null,
          "componentTypeCode": {
            "lookupCode": "FORM_CONTROL"
          },
          "resourceVariableName": null,
          "sequence": 6,
          "resourceAttrType": "Boolean",
          "resourceAttributeVarName": "boolean1",
          "inputTypeCode": {
            "lookupCode": "Boolean"
          },
          "displayType": {
            "lookupCode": "10",
            "displayValue": "Boolean Checkbox"
          },
          "jetDisplayType": {
            "lookupCode": "16",
            "displayValue": "Switch"
          },
          "showLabel": true,
          "label": "Boolean 1",
          "labelSeparator": "",
          "labelAlignment": "LEFT_ALIGN",
          "labelWidth": "33.0",
          "labelWidthUnits": "PERCENTAGE_WIDTH",
          "valuePosition": "RIGHT_ALIGN",
          "valueWidth": "47.0",
          "valueWidthUnits": "PERCENTAGE_WIDTH",
          "valueAlignment": "LEFT_ALIGN",
          "helpIcon": null,
          "showHelpIcon": false,
          "helpIconAlignment": "LEFT_OF_LABEL",
          "hideLock": true,
          "showCalculator": false,
          "showRecMsg": true,
          "showConMsg": true,
          "showPrevValueMsg": false,
          "msgPlacement": "BELOW_ATTRIBUTE",
          "msgWidthUnits": "PERCENTAGE_WIDTH",
          "msgWidth": "20.0",
          "setType": "None",
          "defaultValue": "false",
          "autoLock": false,
          "autoUpdate": false,
          "hide": false,
          "showDataTooltip": false,
          "menuImagePosition": "RIGHT_OF_VALUE",
          "showMenuImage": false,
          "fieldAutoWidth": "true",
          "showPrice": false,
          "pricePosition": "RIGHT_OF_VALUE",
          "menuItems": {
            "items": [],
            "_state": null
          },
          "description": "",
          "isArray": null,
          "additional": {},
          "category": {
            "lookupCode": "2",
            "displayValue": "Configurable Attributes"
          },
          "constraintDisplayType": {
            "lookupCode": "1",
            "displayValue": "Marked"
          },
          "validationMethod": null,
          "ssplProperties": null,
          "ajaxSensitive": false,
          "isArrayControlAttr": false,
          "defaultValueOverridden": false,
          "displayTypeOverridden": false,
          "setTypeOverridden": false,
          "jetDisplayTypeOverridden": false,
          "required": false
        }, {
          "id": 21139354,
          "dateModified": null,
          "language": null,
          "components": null,
          "translations": null,
          "componentTypeCode": {
            "lookupCode": "FORM_CONTROL"
          },
          "resourceVariableName": null,
          "sequence": 1,
          "resourceAttrType": "Text",
          "resourceAttributeVarName": "textSSM1",
          "inputTypeCode": {
            "lookupCode": "SingleSelectMenu"
          },
          "displayType": {
            "lookupCode": "3",
            "displayValue": "Single Select Menu"
          },
          "jetDisplayType": {
            "lookupCode": "3",
            "displayValue": "Select Choice"
          },
          "showLabel": true,
          "label": "Text SSM 1",
          "labelSeparator": "",
          "labelAlignment": "LEFT_ALIGN",
          "labelWidth": "33.0",
          "labelWidthUnits": "PERCENTAGE_WIDTH",
          "valuePosition": "RIGHT_ALIGN",
          "valueWidth": "47.0",
          "valueWidthUnits": "PERCENTAGE_WIDTH",
          "valueAlignment": "LEFT_ALIGN",
          "helpIcon": null,
          "showHelpIcon": false,
          "helpIconAlignment": "LEFT_OF_LABEL",
          "hideLock": true,
          "showCalculator": false,
          "showRecMsg": true,
          "showConMsg": true,
          "showPrevValueMsg": false,
          "msgPlacement": "BELOW_ATTRIBUTE",
          "msgWidthUnits": "PERCENTAGE_WIDTH",
          "msgWidth": "20.0",
          "setType": "None",
          "defaultValue": "",
          "autoLock": false,
          "autoUpdate": false,
          "hide": false,
          "showDataTooltip": false,
          "menuImagePosition": "RIGHT_OF_VALUE",
          "showMenuImage": false,
          "fieldAutoWidth": "true",
          "showPrice": false,
          "pricePosition": "RIGHT_OF_VALUE",
          "menuItems": {
            "items": [{
                "id": 3023092079,
                "dateModified": null,
                "language": null,
                "displayValue": "Value 1",
                "value": "Value 1",
                "orderNumber": 1,
                "imageUrl": null,
                "avp": null
              }, {
                "id": 3023092080,
                "dateModified": null,
                "language": null,
                "displayValue": "Value 2",
                "value": "Value 2",
                "orderNumber": 2,
                "imageUrl": null,
                "avp": null
              }, {
                "id": 3023092081,
                "dateModified": null,
                "language": null,
                "displayValue": "Value 3",
                "value": "Value 3",
                "orderNumber": 3,
                "imageUrl": null,
                "avp": null
              }
            ],
            "_state": null
          },
          "description": "",
          "isArray": null,
          "additional": {
            "jet_constrained_display": "Strike Through"
          },
          "category": {
            "lookupCode": "2",
            "displayValue": "Configurable Attributes"
          },
          "constraintDisplayType": {
            "lookupCode": "1",
            "displayValue": "Marked"
          },
          "validationMethod": null,
          "ssplProperties": null,
          "ajaxSensitive": false,
          "isArrayControlAttr": false,
          "defaultValueOverridden": false,
          "displayTypeOverridden": false,
          "setTypeOverridden": false,
          "jetDisplayTypeOverridden": false,
          "required": false
        }, {
          "id": 21139388,
          "dateModified": null,
          "language": null,
          "components": null,
          "translations": null,
          "componentTypeCode": {
            "lookupCode": "FORM_CONTROL"
          },
          "resourceVariableName": null,
          "sequence": 3,
          "resourceAttrType": "Float",
          "resourceAttributeVarName": "floatSSM1",
          "inputTypeCode": {
            "lookupCode": "SingleSelectMenu"
          },
          "displayType": {
            "lookupCode": "3",
            "displayValue": "Single Select Menu"
          },
          "jetDisplayType": {
            "lookupCode": "3",
            "displayValue": "Select Choice"
          },
          "showLabel": true,
          "label": "Float SSM 1",
          "labelSeparator": "",
          "labelAlignment": "LEFT_ALIGN",
          "labelWidth": "33.0",
          "labelWidthUnits": "PERCENTAGE_WIDTH",
          "valuePosition": "RIGHT_ALIGN",
          "valueWidth": "47.0",
          "valueWidthUnits": "PERCENTAGE_WIDTH",
          "valueAlignment": "LEFT_ALIGN",
          "helpIcon": null,
          "showHelpIcon": false,
          "helpIconAlignment": "LEFT_OF_LABEL",
          "hideLock": true,
          "showCalculator": false,
          "showRecMsg": true,
          "showConMsg": true,
          "showPrevValueMsg": false,
          "msgPlacement": "BELOW_ATTRIBUTE",
          "msgWidthUnits": "PERCENTAGE_WIDTH",
          "msgWidth": "20.0",
          "setType": "None",
          "defaultValue": "",
          "autoLock": false,
          "autoUpdate": false,
          "hide": false,
          "showDataTooltip": false,
          "menuImagePosition": "RIGHT_OF_VALUE",
          "showMenuImage": false,
          "fieldAutoWidth": "true",
          "showPrice": false,
          "pricePosition": "RIGHT_OF_VALUE",
          "menuItems": {
            "items": [{
                "id": 18310383,
                "dateModified": null,
                "language": null,
                "displayValue": "1.23",
                "value": "1.23",
                "orderNumber": 1,
                "imageUrl": null,
                "avp": null
              }, {
                "id": 18310384,
                "dateModified": null,
                "language": null,
                "displayValue": "2.34",
                "value": "2.34",
                "orderNumber": 2,
                "imageUrl": null,
                "avp": null
              }, {
                "id": 18310385,
                "dateModified": null,
                "language": null,
                "displayValue": "3.45",
                "value": "3.45",
                "orderNumber": 3,
                "imageUrl": null,
                "avp": null
              }
            ],
            "_state": null
          },
          "description": "",
          "isArray": null,
          "additional": {
            "jet_constrained_display": "Strike Through"
          },
          "category": {
            "lookupCode": "2",
            "displayValue": "Configurable Attributes"
          },
          "constraintDisplayType": {
            "lookupCode": "1",
            "displayValue": "Marked"
          },
          "validationMethod": {
            "lookupCode": "1",
            "displayValue": "None"
          },
          "ssplProperties": null,
          "ajaxSensitive": false,
          "isArrayControlAttr": false,
          "defaultValueOverridden": false,
          "displayTypeOverridden": false,
          "setTypeOverridden": false,
          "jetDisplayTypeOverridden": false,
          "required": false
        }, {
          "id": 21139422,
          "dateModified": null,
          "language": null,
          "components": null,
          "translations": null,
          "componentTypeCode": {
            "lookupCode": "FORM_CONTROL"
          },
          "resourceVariableName": null,
          "sequence": 2,
          "resourceAttrType": "Integer",
          "resourceAttributeVarName": "integerSSM1",
          "inputTypeCode": {
            "lookupCode": "SingleSelectMenu"
          },
          "displayType": {
            "lookupCode": "3",
            "displayValue": "Single Select Menu"
          },
          "jetDisplayType": {
            "lookupCode": "3",
            "displayValue": "Select Choice"
          },
          "showLabel": true,
          "label": "Integer SSM 1",
          "labelSeparator": "",
          "labelAlignment": "LEFT_ALIGN",
          "labelWidth": "33.0",
          "labelWidthUnits": "PERCENTAGE_WIDTH",
          "valuePosition": "RIGHT_ALIGN",
          "valueWidth": "47.0",
          "valueWidthUnits": "PERCENTAGE_WIDTH",
          "valueAlignment": "LEFT_ALIGN",
          "helpIcon": null,
          "showHelpIcon": false,
          "helpIconAlignment": "LEFT_OF_LABEL",
          "hideLock": true,
          "showCalculator": false,
          "showRecMsg": true,
          "showConMsg": true,
          "showPrevValueMsg": false,
          "msgPlacement": "BELOW_ATTRIBUTE",
          "msgWidthUnits": "PERCENTAGE_WIDTH",
          "msgWidth": "20.0",
          "setType": "None",
          "defaultValue": "",
          "autoLock": false,
          "autoUpdate": false,
          "hide": false,
          "showDataTooltip": false,
          "menuImagePosition": "RIGHT_OF_VALUE",
          "showMenuImage": false,
          "fieldAutoWidth": "true",
          "showPrice": false,
          "pricePosition": "RIGHT_OF_VALUE",
          "menuItems": {
            "items": [{
                "id": 18310388,
                "dateModified": null,
                "language": null,
                "displayValue": "1",
                "value": "1",
                "orderNumber": 1,
                "imageUrl": null,
                "avp": null
              }, {
                "id": 18310389,
                "dateModified": null,
                "language": null,
                "displayValue": "2",
                "value": "2",
                "orderNumber": 2,
                "imageUrl": null,
                "avp": null
              }, {
                "id": 18310390,
                "dateModified": null,
                "language": null,
                "displayValue": "3",
                "value": "3",
                "orderNumber": 3,
                "imageUrl": null,
                "avp": null
              }
            ],
            "_state": null
          },
          "description": "",
          "isArray": null,
          "additional": {
            "jet_constrained_display": "Strike Through"
          },
          "category": {
            "lookupCode": "2",
            "displayValue": "Configurable Attributes"
          },
          "constraintDisplayType": {
            "lookupCode": "1",
            "displayValue": "Marked"
          },
          "validationMethod": {
            "lookupCode": "1",
            "displayValue": "None"
          },
          "ssplProperties": null,
          "ajaxSensitive": false,
          "isArrayControlAttr": false,
          "defaultValueOverridden": false,
          "displayTypeOverridden": false,
          "setTypeOverridden": false,
          "jetDisplayTypeOverridden": false,
          "required": false
        }, {
          "id": 21139456,
          "dateModified": null,
          "language": null,
          "components": null,
          "translations": null,
          "componentTypeCode": {
            "lookupCode": "FORM_CONTROL"
          },
          "resourceVariableName": null,
          "sequence": 1,
          "resourceAttrType": "Text",
          "resourceAttributeVarName": "textMSM1",
          "inputTypeCode": {
            "lookupCode": "MultiSelectMenu"
          },
          "displayType": {
            "lookupCode": "4",
            "displayValue": "Multi Select Menu"
          },
          "jetDisplayType": {
            "lookupCode": "3",
            "displayValue": "Select Choice"
          },
          "showLabel": true,
          "label": "Text MSM 1",
          "labelSeparator": "",
          "labelAlignment": "LEFT_ALIGN",
          "labelWidth": "33.0",
          "labelWidthUnits": "PERCENTAGE_WIDTH",
          "valuePosition": "RIGHT_ALIGN",
          "valueWidth": "47.0",
          "valueWidthUnits": "PERCENTAGE_WIDTH",
          "valueAlignment": "LEFT_ALIGN",
          "helpIcon": null,
          "showHelpIcon": false,
          "helpIconAlignment": "LEFT_OF_LABEL",
          "hideLock": true,
          "showCalculator": false,
          "showRecMsg": true,
          "showConMsg": true,
          "showPrevValueMsg": false,
          "msgPlacement": "BELOW_ATTRIBUTE",
          "msgWidthUnits": "PERCENTAGE_WIDTH",
          "msgWidth": "20.0",
          "setType": "None",
          "defaultValue": "",
          "autoLock": false,
          "autoUpdate": false,
          "hide": false,
          "showDataTooltip": false,
          "menuImagePosition": "RIGHT_OF_VALUE",
          "showMenuImage": false,
          "fieldAutoWidth": "true",
          "showPrice": false,
          "pricePosition": "RIGHT_OF_VALUE",
          "menuItems": {
            "items": [{
                "id": 18310393,
                "dateModified": null,
                "language": null,
                "displayValue": "Value 1",
                "value": "Value 1",
                "orderNumber": 1,
                "imageUrl": null,
                "avp": null
              }, {
                "id": 18310394,
                "dateModified": null,
                "language": null,
                "displayValue": "Value 2",
                "value": "Value 2",
                "orderNumber": 2,
                "imageUrl": null,
                "avp": null
              }, {
                "id": 18310395,
                "dateModified": null,
                "language": null,
                "displayValue": "Value 3",
                "value": "Value 3",
                "orderNumber": 3,
                "imageUrl": null,
                "avp": null
              }
            ],
            "_state": null
          },
          "description": "",
          "isArray": null,
          "additional": {
            "jet_constrained_display": "Strike Through"
          },
          "category": {
            "lookupCode": "2",
            "displayValue": "Configurable Attributes"
          },
          "constraintDisplayType": {
            "lookupCode": "1",
            "displayValue": "Marked"
          },
          "validationMethod": null,
          "ssplProperties": null,
          "ajaxSensitive": false,
          "isArrayControlAttr": false,
          "defaultValueOverridden": false,
          "displayTypeOverridden": false,
          "setTypeOverridden": false,
          "jetDisplayTypeOverridden": false,
          "required": false
        }, {
          "id": 21139490,
          "dateModified": null,
          "language": null,
          "components": null,
          "translations": null,
          "componentTypeCode": {
            "lookupCode": "FORM_CONTROL"
          },
          "resourceVariableName": null,
          "sequence": 3,
          "resourceAttrType": "Float",
          "resourceAttributeVarName": "floatMSM1",
          "inputTypeCode": {
            "lookupCode": "MultiSelectMenu"
          },
          "displayType": {
            "lookupCode": "4",
            "displayValue": "Multi Select Menu"
          },
          "jetDisplayType": {
            "lookupCode": "3",
            "displayValue": "Select Choice"
          },
          "showLabel": true,
          "label": "Float MSM 1",
          "labelSeparator": "",
          "labelAlignment": "LEFT_ALIGN",
          "labelWidth": "33.0",
          "labelWidthUnits": "PERCENTAGE_WIDTH",
          "valuePosition": "RIGHT_ALIGN",
          "valueWidth": "47.0",
          "valueWidthUnits": "PERCENTAGE_WIDTH",
          "valueAlignment": "LEFT_ALIGN",
          "helpIcon": null,
          "showHelpIcon": false,
          "helpIconAlignment": "LEFT_OF_LABEL",
          "hideLock": true,
          "showCalculator": false,
          "showRecMsg": true,
          "showConMsg": true,
          "showPrevValueMsg": false,
          "msgPlacement": "BELOW_ATTRIBUTE",
          "msgWidthUnits": "PERCENTAGE_WIDTH",
          "msgWidth": "20.0",
          "setType": "None",
          "defaultValue": "",
          "autoLock": false,
          "autoUpdate": false,
          "hide": false,
          "showDataTooltip": false,
          "menuImagePosition": "RIGHT_OF_VALUE",
          "showMenuImage": false,
          "fieldAutoWidth": "true",
          "showPrice": false,
          "pricePosition": "RIGHT_OF_VALUE",
          "menuItems": {
            "items": [{
                "id": 18310398,
                "dateModified": null,
                "language": null,
                "displayValue": "1.23",
                "value": "1.23",
                "orderNumber": 1,
                "imageUrl": null,
                "avp": null
              }, {
                "id": 18310399,
                "dateModified": null,
                "language": null,
                "displayValue": "2.34",
                "value": "2.34",
                "orderNumber": 2,
                "imageUrl": null,
                "avp": null
              }, {
                "id": 18310400,
                "dateModified": null,
                "language": null,
                "displayValue": "3.45",
                "value": "3.45",
                "orderNumber": 3,
                "imageUrl": null,
                "avp": null
              }
            ],
            "_state": null
          },
          "description": "",
          "isArray": null,
          "additional": {
            "jet_constrained_display": "Strike Through"
          },
          "category": {
            "lookupCode": "2",
            "displayValue": "Configurable Attributes"
          },
          "constraintDisplayType": {
            "lookupCode": "1",
            "displayValue": "Marked"
          },
          "validationMethod": {
            "lookupCode": "1",
            "displayValue": "None"
          },
          "ssplProperties": null,
          "ajaxSensitive": false,
          "isArrayControlAttr": false,
          "defaultValueOverridden": false,
          "displayTypeOverridden": false,
          "setTypeOverridden": false,
          "jetDisplayTypeOverridden": false,
          "required": false
        }, {
          "id": 21139524,
          "dateModified": null,
          "language": null,
          "components": null,
          "translations": null,
          "componentTypeCode": {
            "lookupCode": "FORM_CONTROL"
          },
          "resourceVariableName": null,
          "sequence": 2,
          "resourceAttrType": "Integer",
          "resourceAttributeVarName": "integerMSM1",
          "inputTypeCode": {
            "lookupCode": "MultiSelectMenu"
          },
          "displayType": {
            "lookupCode": "4",
            "displayValue": "Multi Select Menu"
          },
          "jetDisplayType": {
            "lookupCode": "3",
            "displayValue": "Select Choice"
          },
          "showLabel": true,
          "label": "Integer MSM 1",
          "labelSeparator": "",
          "labelAlignment": "LEFT_ALIGN",
          "labelWidth": "33.0",
          "labelWidthUnits": "PERCENTAGE_WIDTH",
          "valuePosition": "RIGHT_ALIGN",
          "valueWidth": "47.0",
          "valueWidthUnits": "PERCENTAGE_WIDTH",
          "valueAlignment": "LEFT_ALIGN",
          "helpIcon": null,
          "showHelpIcon": false,
          "helpIconAlignment": "LEFT_OF_LABEL",
          "hideLock": true,
          "showCalculator": false,
          "showRecMsg": true,
          "showConMsg": true,
          "showPrevValueMsg": false,
          "msgPlacement": "BELOW_ATTRIBUTE",
          "msgWidthUnits": "PERCENTAGE_WIDTH",
          "msgWidth": "20.0",
          "setType": "None",
          "defaultValue": "",
          "autoLock": false,
          "autoUpdate": false,
          "hide": false,
          "showDataTooltip": false,
          "menuImagePosition": "RIGHT_OF_VALUE",
          "showMenuImage": false,
          "fieldAutoWidth": "true",
          "showPrice": false,
          "pricePosition": "RIGHT_OF_VALUE",
          "menuItems": {
            "items": [{
                "id": 18310403,
                "dateModified": null,
                "language": null,
                "displayValue": "1",
                "value": "1",
                "orderNumber": 1,
                "imageUrl": null,
                "avp": null
              }, {
                "id": 18310404,
                "dateModified": null,
                "language": null,
                "displayValue": "2",
                "value": "2",
                "orderNumber": 2,
                "imageUrl": null,
                "avp": null
              }, {
                "id": 18310405,
                "dateModified": null,
                "language": null,
                "displayValue": "3",
                "value": "3",
                "orderNumber": 3,
                "imageUrl": null,
                "avp": null
              }
            ],
            "_state": null
          },
          "description": "",
          "isArray": null,
          "additional": {
            "jet_constrained_display": "Strike Through"
          },
          "category": {
            "lookupCode": "2",
            "displayValue": "Configurable Attributes"
          },
          "constraintDisplayType": {
            "lookupCode": "1",
            "displayValue": "Marked"
          },
          "validationMethod": {
            "lookupCode": "1",
            "displayValue": "None"
          },
          "ssplProperties": null,
          "ajaxSensitive": false,
          "isArrayControlAttr": false,
          "defaultValueOverridden": false,
          "displayTypeOverridden": false,
          "setTypeOverridden": false,
          "jetDisplayTypeOverridden": false,
          "required": false
        }, {
          "id": 21139578,
          "dateModified": null,
          "language": null,
          "components": null,
          "translations": null,
          "componentTypeCode": {
            "lookupCode": "FORM_CONTROL"
          },
          "resourceVariableName": null,
          "sequence": 1,
          "resourceAttrType": "Boolean",
          "resourceAttributeVarName": "condition1",
          "inputTypeCode": {
            "lookupCode": "Boolean"
          },
          "displayType": {
            "lookupCode": "10",
            "displayValue": "Boolean Checkbox"
          },
          "jetDisplayType": {
            "lookupCode": "16",
            "displayValue": "Switch"
          },
          "showLabel": true,
          "label": "Condition 1",
          "labelSeparator": "",
          "labelAlignment": "LEFT_ALIGN",
          "labelWidth": "33.0",
          "labelWidthUnits": "PERCENTAGE_WIDTH",
          "valuePosition": "RIGHT_ALIGN",
          "valueWidth": "47.0",
          "valueWidthUnits": "PERCENTAGE_WIDTH",
          "valueAlignment": "LEFT_ALIGN",
          "helpIcon": null,
          "showHelpIcon": false,
          "helpIconAlignment": "LEFT_OF_LABEL",
          "hideLock": true,
          "showCalculator": false,
          "showRecMsg": true,
          "showConMsg": true,
          "showPrevValueMsg": false,
          "msgPlacement": "BELOW_ATTRIBUTE",
          "msgWidthUnits": "PERCENTAGE_WIDTH",
          "msgWidth": "20.0",
          "setType": "None",
          "defaultValue": "false",
          "autoLock": false,
          "autoUpdate": false,
          "hide": false,
          "showDataTooltip": false,
          "menuImagePosition": "RIGHT_OF_VALUE",
          "showMenuImage": false,
          "fieldAutoWidth": "true",
          "showPrice": false,
          "pricePosition": "RIGHT_OF_VALUE",
          "menuItems": {
            "items": [],
            "_state": null
          },
          "description": "",
          "isArray": null,
          "additional": {},
          "category": {
            "lookupCode": "2",
            "displayValue": "Configurable Attributes"
          },
          "constraintDisplayType": {
            "lookupCode": "1",
            "displayValue": "Marked"
          },
          "validationMethod": null,
          "ssplProperties": null,
          "ajaxSensitive": false,
          "isArrayControlAttr": false,
          "defaultValueOverridden": false,
          "displayTypeOverridden": false,
          "setTypeOverridden": false,
          "jetDisplayTypeOverridden": false,
          "required": false
        }
      ],
      "_state": null
    },
    "translations": null,
    "componentTypeCode": null,
    "resourceVariableName": null,
    "sequence": 0
  }
}
Back to Top