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

# GetTaskInfoExt

> Die Methode GetTaskInfoExt der ABBYY FlexiCapture Web Services API gibt erweiterte Informationen zu einer Aufgabe zurück.

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

Ruft detaillierte Informationen zu einer Aufgabe ab.

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

```csharp theme={null}
TaskExt GetTaskInfoExt(int taskId);
```

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

| Name     | Typ   | Beschreibung                                                       |
| -------- | ----- | ------------------------------------------------------------------ |
| `taskId` | `int` | Die ID der Aufgabe, für die Informationen abgerufen werden sollen. |

<div id="returned-value">
  ## Zurückgegebener Wert
</div>

| Typ                                                  | Beschreibung                          |
| ---------------------------------------------------- | ------------------------------------- |
| [TaskExt](/de/flexi-capture/api/structures/task-ext) | Erweiterte Informationen zur Aufgabe. |
