서명
컴포넌트 정보 {#component-data}
componentValue {#component-value}
| 속성 | 타입 | 설명 |
|---|
| signature | object | 서명 정보 |
signature {#component-value-signature}
| 속성 | 타입 | 설명 |
|---|
| userId | string | 구성원 ID |
| userName | string | 구성원 이름 |
| fileId | string | 파일 ID |
| fileName | string | 파일 이름 |
Response Example {#component-data-example}
[ { "componentType": "WCP_SIGNATURE", "componentName": "서명", "componentId": "ID", "componentCustomId": "custom-id-001", "componentLabel": "서명", "componentValue": { "signature": { "userId": "구성원 ID", "userName": "홍길동", "fileId": "ID", "fileName": "signature.png" } } }]