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

> ABBYY FlexiCapture グループ管理 API の GetChildGroups メソッドは、指定した親グループに含まれるすべてのグループを示す GroupInfo 配列を返します。

<div id="what-it-does">
  ## 実行内容
</div>

指定したグループに含まれるすべてのグループの情報を取得します。

<div id="definition">
  ## 定義
</div>

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

<div id="parameters">
  ## パラメーター
</div>

| **Name** | **型** | **説明**  |
| -------- | ----- | ------- |
| groupId  | int   | グループ ID |

<div id="returned-value">
  ## 戻り値
</div>

<table width="100%"><tbody><tr><td><p><strong>型</strong></p></td><td><p><strong>説明</strong></p></td></tr><tr><td><p><a href="/ja/flexi-capture/man-group-info">GroupInfo</a>\[]</p></td><td><ul><li>グループに関する情報を含むデータ型</li></ul></td></tr></tbody></table>
