メモ

コンポーネント属性 {#component-attribute}

コンポーネント属性の種類 {#component-attribute-type}

種類コード説明
CP_MULTI_TEXT001最大文字数
CP_MULTI_TEXT002入力できる値
001 : 文字
002 : 数字
003 : 特殊記号
CP_MULTI_TEXT003最大文字数の設定
001: 設定しない
002: 設定

コンポーネント属性の情報 {#component-attribute-data}

属性タイプ説明
attributeTypestring属性の種類
attributeIdstring属性 ID
attributeNamestring属性名
attributeValueobject属性値

Response Example {#component-attribute-example}

[    {        "attributeType": "CP_MULTI_TEXT",        "attributeId": "001",        "attributeName": "最大文字数",        "attributeValue": {            "value": ""        }    },    {        "attributeType": "CP_MULTI_TEXT",        "attributeId": "002",        "attributeName": "入力できる値",        "attributeValue": {            "items": [                {                    "itemId": "001",                    "itemName": "文字"                },                {                    "itemId": "002",                    "itemName": "数字"                },                {                    "itemId": "003",                    "itemName": "特殊記号"                }            ]        }    },    {        "attributeType": "CP_MULTI_TEXT",        "attributeId": "003",        "attributeName": "最大文字数の設定",        "attributeValue": {            "items": [                {                    "itemId": "001",                    "itemName": "設定しない"                }            ]        }    }]