署名
コンポーネントの情報 {#component-data}
コンポーネントの値 {#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": "80c42a27-1234-1234-1234", "componentCustomId": "custom-id-001", "componentLabel": "署名", "componentValue": { "signature": { "userId": "80c42a27-1234-1234-1234", "userName": "ワークス次郎", "fileId": "80c42a27-1234-1234-1234", "fileName": "signature.png" } } }]