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

# GetBatchType

> Ruft mit der GetBatchType-Methode der ABBYY FlexiCapture Web Services API anhand der ID Informationen zu einem Batch-Typ ab und gibt eine BatchType-Struktur zurück.

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

Ruft Informationen zu einem Batch-Typ ab.

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

```
BatchType GetBatchType( int batchTypeId );
```

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

| **Name**    | **Typ** | **Beschreibung**                                                    |
| ----------- | ------- | ------------------------------------------------------------------- |
| batchTypeId | int     | Die ID des Batch-Typs, zu dem Informationen abgerufen werden sollen |

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

| **Typ**                                                                 | **Beschreibung**                 |
| ----------------------------------------------------------------------- | -------------------------------- |
| [BatchType](/de/flexi-capture/api/structures/batch-type-api-structures) | Informationen über den Batch-Typ |
