ファイル添付

コンポーネントの情報 {#component-data}

コンポーネントの値 {#component-value}

属性タイプ説明
attachmentsarrayファイル添付情報

attachments {#component-value-attachments}

属性タイプ説明
fileIdstringファイル ID
fileNamestringファイル名

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"        }      ]    }  }]