組織検索

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

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

種類コード説明
WCP_SEARCH_DEPT001組織の設定値
001: 作成者の所属組織
002: 申請者による直接入力
WCP_SEARCH_DEPT002組織の設定値
WCP_SEARCH_DEPT003選択値「すべて」を表示
WCP_SEARCH_DEPT004複数選択を許可

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

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

Response Example {#component-attribute-example}

[    {        "attributeType": "WCP_SEARCH_DEPT",        "attributeId": "001",        "attributeName": "組織の設定値",        "attributeValue": {            "items": [                {                    "itemId": "001",                    "itemName": "作成者の所属組織"                }            ]        }    },    {        "attributeType": "WCP_SEARCH_DEPT",        "attributeId": "002",        "attributeName": "組織の設定値",        "attributeValue": {            "items": []        }    },    {        "attributeType": "WCP_SEARCH_DEPT",        "attributeId": "003",        "attributeName": "選択値「すべて」を表示",        "attributeValue": {            "value": "N"        }    },    {        "attributeType": "WCP_SEARCH_DEPT",        "attributeId": "004",        "attributeName": "複数選択を許可",        "attributeValue": {            "value": "N"        }    }]