relationship
Create, retrieve, and delete couple and child-parent relationships in the FamilySearch Family Tree, specifying lineage types and relationship facts.
Instructions
Family Tree relationships. Actions: create_couple (person1 + person2, optional marriage facts) · create_child_parents (child + parent1/parent2, lineage types BiologicalParent/AdoptiveParent/StepParent/FosterParent/GuardianParent) · get_couple / get_child_parents (by relationship id, from person.get) · delete_couple / delete_child_parents (needs reason).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| child | No | ||
| facts | No | ||
| action | Yes | ||
| reason | No | ||
| parent1 | No | ||
| parent2 | No | ||
| person1 | No | ||
| person2 | No | ||
| changeMessage | No | ||
| parent1Lineage | No | ||
| parent2Lineage | No | ||
| relationshipId | No |