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

# GetBatchTypes

> ABBYY FlexiCapture Web Services API の GetBatchTypes メソッドを使用して、プロジェクト内のすべてのバッチタイプを一覧表示し、BatchType 構造体の配列を返します。

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

プロジェクト内のすべてのバッチタイプの情報を取得します。

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

```
BatchType [] GetBatchTypes( int projectId );
```

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

| **Name**  | **型** | **Description**                |
| --------- | ----- | ------------------------------ |
| projectId | int   | 情報の取得対象となるバッチタイプが含まれるプロジェクトのID |

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

| **型**                                                                      | **説明**                             |
| -------------------------------------------------------------------------- | ---------------------------------- |
| [BatchType](/ja/flexi-capture/api/structures/batch-type-api-structures)\[] | プロジェクトに含まれる各バッチタイプの情報を格納したレコードのセット |
