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

# GetDetailedBatches

> GetDetailedBatches Web Services API メソッドを使用して、FlexiCapture Batches の詳細情報を取得します。

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

Batches の拡張情報を取得します。

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

```csharp theme={null}
DetailedBatch GetDetailedBatches(int batchId, int sessionId, bool onlyPrivateBatches);
```

<div id="parameters">
  ## Parameters
</div>

| 名前                   | 型      | 説明                                                                                                                                                                                                                                                     |
| -------------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `batchId`            | `int`  | 情報を取得するバッチの ID                                                                                                                                                                                                                                         |
| `sessionId`          | `int`  | Application Server への接続の ID                                                                                                                                                                                                                            |
| `onlyPrivateBatches` | `bool` | Web Capture Station で作成されたBatchesを返すかどうかを示すフラグ。有効な値は次のとおりです。`True` (Web Capture Station で作成されたすべてのBatchesが返されます。Verification ステージでは、これらのBatchesを利用できるのは、スキャンステージで作成した Operator のみです) 、`False` (Web Capture Station を除くすべてのステーションで作成されたBatchesが返されます) 。 |

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

| 型                                                                   | 説明            |
| ------------------------------------------------------------------- | ------------- |
| [DetailedBatch](/ja/flexi-capture/api/structures/detailed-batch)\[] | Batches の詳細情報 |
