組織検索

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

コンポーネントの値 {#component-value}

属性タイプ説明
isAllbooleanすべて
orgUnitsarray組織情報

orgUnits {#component-value-orgUnits}

属性タイプ説明
orgUnitIdstring組織 ID
orgUnitNamestring組織名

Response Example {#component-data-example}

[  {    "componentType": "WCP_SEARCH_DEPT",    "componentName": "組織検索",    "componentId": "80c42a27-1234-1234-1234",    "componentCustomId": "custom-id-001",    "componentLabel": "担当部門",    "componentValue": {      "isAll": false,      "orgUnits": [        {          "orgUnitId": "80c42a27-1234-1234-1234",          "orgUnitName": "営業部"        }      ]    }  }]