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

# GetBatchesExt

> GetBatchesExt Web Services API メソッドを使用して、FlexiCapture プロジェクト内のすべてのバッチに関する詳細情報を取得します。

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

プロジェクト内のすべてのバッチに関する詳細情報を取得します。

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

```csharp theme={null}
Batch [] GetBatchesExt(int projectId, int sessionId, int batches_count);
```

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

| Name            | 型     | Description               |
| --------------- | ----- | ------------------------- |
| `projectId`     | `int` | 情報を取得する対象のバッチを含むプロジェクトのID |
| `sessionId`     | `int` | Application Server への接続ID |
| `batches_count` | `int` | プロジェクト内のバッチ数              |

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

| 型                                                                 | 説明                                                                            |
| ----------------------------------------------------------------- | ----------------------------------------------------------------------------- |
| [Batch](/ja/flexi-capture/api/structures/batch-api-structures)\[] | プロジェクト内の各バッチに関する情報を含むレコードの集合です。返される集合には、Web Capture Station で作成されたバッチは含まれません。 |
