ファイル添付
コンポーネントの情報 {#component-data}
コンポーネントの値 {#component-value}
| 属性 | タイプ | 説明 |
|---|
| attachments | array | ファイル添付情報 |
attachments {#component-value-attachments}
| 属性 | タイプ | 説明 |
|---|
| fileId | string | ファイル ID |
| fileName | string | ファイル名 |
Response Example {#component-data-example}
[ { "componentType": "CP_ATTACH_FILE", "componentName": "ファイル添付", "componentId": "80c42a27-1234-1234-1234", "componentCustomId": "custom-id-001", "componentLabel": "申請書", "componentValue": { "attachments": [ { "fileId": "80c42a27-1234-1234-1234", "fileName": "image.png" } ] } }]