| 종류 | 코드 | 설명 |
|---|---|---|
| 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": [ { "itemId": "hr", "itemName": "인사팀" } ] } }, { "attributeType": "WCP_SEARCH_DEPT", "attributeId": "003", "attributeName": "전체 선택 추가", "attributeValue": { "value": "Y" } }, { "attributeType": "WCP_SEARCH_DEPT", "attributeId": "004", "attributeName": "복수 선택 가능", "attributeValue": { "value": "Y" } }]