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

# GetDocument

> Die Methode GetDocument in der ABBYY FlexiCapture Web Services API ruft erweiterte Informationen zu einem einzelnen Dokument in einem Batch als Document-Objekt ab.

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

Ruft erweiterte Informationen zu einem Dokument ab.

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

```
Document GetDocument( int sessionId, int batchId, int documentId );
```

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

| **Name**   | **Typ** | **Description**                                                                           |
| ---------- | ------- | ----------------------------------------------------------------------------------------- |
| sessionId  | int     | Die ID der Connection zum Application Server                                              |
| batchId    | int     | Die ID des Batch, das das Dokument enthält, für das Informationen abgerufen werden sollen |
| documentId | int     | Die ID des Dokuments, für das Informationen abgerufen werden sollen                       |

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

| **Typ**                                               | **Beschreibung**           |
| ----------------------------------------------------- | -------------------------- |
| [Document](/de/flexi-capture/api/structures/document) | Informationen zum Dokument |
