> ## 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.

# GetDocumentResultsList

> ABBYY FlexiCapture ウェブサービス API の GetDocumentResultsList は、結果がサーバーに保存されている場合に、ドキュメントのエクスポート先ファイルを返します。

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

文書処理結果のエクスポート先となったファイルのリストを取得します。これは、エクスポート結果がApplication Serverに保存されている場合にのみ意味があります。

このメソッドは、結果をFlexiCaptureデータベースにエクスポートする場合に使用できます。ファイルストレージにエクスポートする場合は、**null**が返されます。

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

```
string[] GetDocumentResultsList( int sessionId, int batchId, int documentId );
```

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

| **名前**     | **型** | **説明**                      |
| ---------- | ----- | --------------------------- |
| sessionId  | int   | Application Server への接続の ID |
| batchId    | int   | ドキュメントを含むバッチの ID            |
| documentId | int   | 情報を取得する対象ドキュメントの ID         |

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

| **型**     | **説明**                    |
| --------- | ------------------------- |
| string\[] | 文書処理結果のエクスポート先となるファイルのリスト |
