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

# GetBatchesExt

> Rufen Sie mit der Methode GetBatchesExt der FlexiCapture Web Services API erweiterte Informationen zu allen Batches in einem FlexiCapture-Projekt ab.

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

Ruft erweiterte Informationen zu allen Batches eines Projekts ab.

<div id="definition">
  ## Definition
</div>

```csharp theme={null}
Batch [] GetBatchesExt(int projectId, int sessionId, int batches_count);
```

<div id="parameters">
  ## Parameter
</div>

| Name            | Typ   | Beschreibung                                                                                |
| --------------- | ----- | ------------------------------------------------------------------------------------------- |
| `projectId`     | `int` | Die ID des Projekts, das die Batches enthält, für die Informationen abgerufen werden sollen |
| `sessionId`     | `int` | Die ID der Verbindung zum Application Server                                                |
| `batches_count` | `int` | Die Anzahl der Batches im Projekt                                                           |

<div id="returned-value">
  ## Rückgabewert
</div>

| Typ                                                               | Beschreibung                                                                                                                                                                                           |
| ----------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [Batch](/de/flexi-capture/api/structures/batch-api-structures)\[] | Eine Sammlung von Datensätzen, die jeweils Informationen zu einem der Batches im Projekt enthalten. Die zurückgegebene Sammlung enthält keine Batches, die in der Web Capture Station erstellt wurden. |
