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

# GetProjects

> ABBYY FlexiCapture Web Services API の GetProjects メソッドは、Application Server にロードされているすべてのプロジェクトを表す Project レコードの array を返します。

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

Application Server 上のすべてのプロジェクトに関する情報を取得します。

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

```
Project [] GetProjects();
```

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

ありません。

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

| **型**                                                  | **説明**                |
| ------------------------------------------------------ | --------------------- |
| [Project](/ja/flexi-capture/api/structures/project)\[] | 各プロジェクトの情報を含むレコードの集まり |
