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

# GetRequests

> ABBYY FlexiCapture Web Services API の GetRequests メソッド: 現在のセッションで、バッチとタスクに対する Application Server リクエスト の配列を返します。

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

現在のセッションにおける Application Server リクエストの一覧を取得します。

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

```
ServerRequest [] GetRequests( int batchId, int taskId, int sessionId );
```

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

| **Name**  | **型** | **Description**            |
| --------- | ----- | -------------------------- |
| batchId   | int   | バッチのID                     |
| taskId    | int   | タスクのID                     |
| sessionId | int   | Application Server への接続のID |

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

| **型**                                                               | **説明**                                   |
| ------------------------------------------------------------------- | ---------------------------------------- |
| [ServerRequest](/ja/flexi-capture/api/structures/server-request)\[] | 現在のセッションにおける Application Server リクエストの一覧 |
