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

# GetDetailedBatches2

> ABBYY FlexiCapture Web Services API の GetDetailedBatches2 メソッドは、拡張された一連の field を含むバッチリストを返します。

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

拡張された field セットを含むバッチの一覧を取得します。

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

```csharp theme={null}
DetailedBatch2 GetDetailedBatches2(int projectId, int userId, bool onlyPrivateBatches);
```

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

| 名前                   | 型      | 説明                                                                                                                                                                                                                                   |
| -------------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `projectId`          | `int`  | 情報を取得するBatchesを含むプロジェクトのID。                                                                                                                                                                                                          |
| `userId`             | `int`  | ユーザーID。                                                                                                                                                                                                                              |
| `onlyPrivateBatches` | `bool` | Web Capture Stationで作成されたBatchesを返すかどうかを指定するフラグ。`True`の場合、Web Capture Stationで作成されたすべてのBatchesを返します。Verificationステージでは、これらのBatchesはScanningステージで作成したOperatorのみが利用できます。`False`の場合、Web Capture Station以外のすべてのステーションで作成されたBatchesを返します。 |

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

| 型                                                                      | 説明                           |
| ---------------------------------------------------------------------- | ---------------------------- |
| [DetailedBatch2](/ja/flexi-capture/api/structures/detailed-batch2)`[]` | 拡張された field セットを持つバッチに関する情報。 |
