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

# GetProcessingStages

> ABBYY FlexiCapture Web Services API の GetProcessingStages は、プロジェクト、バッチタイプ、ステージタイプ、ステージ名でフィルターされた ProcessingStage レコードを返します。

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

処理ステージに関する情報を取得します。

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

```
ProcessingStage [] GetProcessingStages( int projectId, int batchTypeId, int stageType, string stageName );
```

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

<table width="100%"><tbody><tr><td><p><strong>Name</strong></p></td><td><p><strong>型</strong></p></td><td><p><strong>Description</strong></p></td></tr><tr><td><p>projectId</p></td><td><p>int</p></td><td><p>プロジェクトの ID</p></td></tr><tr><td><p>batchTypeId</p></td><td><p>int</p></td><td><p>バッチタイプの ID。次の値も使用できます。</p><ul><li><strong>0</strong> - デフォルトのバッチタイプ。</li><li><strong>-1</strong> - すべてのバッチタイプ。</li></ul></td></tr><tr><td><p>stageType</p></td><td><p>int</p></td><td><p>ステージタイプの ID。使用可能な値については <a href="/ja/flexi-capture/api/structures/t-processing-stage-type">ProcessingStage</a> を参照してください。すべての種類の処理ステージを取得するには、値 '-1' を使用します。</p></td></tr><tr><td><p>stageName</p></td><td><p>string</p></td><td><p>処理ステージの名前。すべての処理ステージを取得するには、空文字列 ("") を使用します。</p></td></tr></tbody></table>

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

| **型**                                                                   | **説明**                          |
| ----------------------------------------------------------------------- | ------------------------------- |
| [ProcessingStage](/ja/flexi-capture/api/structures/processing-stage)\[] | 各レコードに処理ステージに関する情報が含まれるレコードのセット |
