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

# GetChildGroups

> GetChildGroups method in the ABBYY FlexiCapture group management API returns a GroupInfo array describing every group nested within a specified parent group.

## What it does

Obtains information about all groups that are included in the specified group.

## Definition

```
GroupInfo[] GetChildGroups( int groupId );
```

## Parameters

| **Name** | **Type** | **Description** |
| -------- | -------- | --------------- |
| groupId  | int      | Group ID        |

## Returned value

<table width="100%"><tbody><tr><td><p><strong>Type</strong></p></td><td><p><strong>Description</strong></p></td></tr><tr><td><p><a href="/flexi-capture/man-group-info">GroupInfo</a>\[]</p></td><td><ul><li>The type of data that contain information about a group</li></ul></td></tr></tbody></table>
