get_descendants
Retrieve the descendant tree for an individual from a GEDCOM file, showing children per marriage recursively up to N generations.
Instructions
Descendant tree (children per marriage, recursively) for an individual, up to N generations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Record id such as @I12@ | |
| file | No | GEDCOM file name (with or without .ged). Optional when only one file exists. | |
| generations | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| person | Yes | ||
| families | No | ||
| truncated | No | ||
| generation | Yes |