> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GetTaskDocuments

> ABBYY FlexiCapture ウェブサービス API の GetTaskDocuments メソッドは、タスクIDで指定したタスクに含まれるすべてのドキュメントを表す Document 配列を返します。

<div id="what-it-does">
  ## 機能
</div>

タスク内のすべてのドキュメントに関する情報を取得します。

<div id="definition">
  ## 定義
</div>

```
Document [] GetTaskDocuments( int taskId );
```

<div id="parameters">
  ## パラメーター
</div>

| **Name** | **型** | **説明**           |
| -------- | ----- | ---------------- |
| taskId   | int   | 情報を取得する対象タスクの ID |

<div id="returned-value">
  ## 戻り値
</div>

| **型**                                                    | **説明**          |
| -------------------------------------------------------- | --------------- |
| [Document](/ja/flexi-capture/api/structures/document)\[] | タスク内のドキュメントのリスト |
