関連文書

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

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

属性タイプ説明
relatedDocumentsarray関連文書情報

参考文書情報 {#component-value-relatedDocuments}

属性タイプ説明
approvalDocumentIdinteger決裁文書 ID
documentNumberstring文書番号
titlestringタイトル

Response Example {#component-data-example}

[  {    "componentType": "WCP_WP_DOC",    "componentName": "関連文書",    "componentId": "80c42a27-1234-1234-1234",    "componentCustomId": "custom-id-001",    "componentLabel": "予算決裁文書",    "componentValue": {      "relatedDocuments": [        {          "approvalDocumentId": 25676,          "documentNumber": "2026_TCS01_000001",          "title": "2026年1月予算 - 2026.01.01"        }      ]    }  }]