| 種類 | コード | 説明 |
|---|---|---|
| WCP_SEARCH_DEPT | 001 | 組織の設定値 001: 作成者の所属組織 002: 申請者による直接入力 |
| WCP_SEARCH_DEPT | 002 | 組織の設定値 |
| WCP_SEARCH_DEPT | 003 | 選択値「すべて」を表示 |
| WCP_SEARCH_DEPT | 004 | 複数選択を許可 |
| 属性 | タイプ | 説明 |
|---|---|---|
| attributeType | string | 属性の種類 |
| attributeId | string | 属性ID |
| attributeName | string | 属性名 |
| attributeValue | object | 属性値 |
[ { "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" } }]