- Family Graph API
- Objects
- AggregateValueAdd
- Album
- Audio
- BuyNowData
- ChildInFamily
- Citation
- ColorizationData
- Comment
- Config
- ConfirmationStatus
- Counter
- Device
- DiscoveryBase
- DnaAncestorName
- DnaEnums
- DnaEthnicity
- DnaEthnicityReport
- DnaKit
- DnaKitFile
- DnaLabel
- DnaMatch
- DnaMatchCommonAncestor
- DnaMatchNote
- DnaMatchRelationship
- DnaOrderItemShippingDetails
- Document
- Enums
- EthnicityInLocation
- Event
- EventDate
- EventPlace
- ExportGEDCOM
- ExportGEDCOMStatus
- Family
- FamilyEvent
- GenealogyEvent
- GoalActivity
- Image
- Individual
- Installation
- Invitation
- MatchesCount
- MatchingRequest
- MediaItem
- Membership
- Navigation
- NavigationItem
- NavigationItemBadge
- NewPhotoInfo
- Note
- Notification
- NotificationHistory
- OrderItemCoupon
- OrderItemShippingDetails
- Page
- PersonalPhotosDiscovery
- Phones
- Photo
- PhotoVersion
- Range
- RecordColorizationData
- RecordIndividual
- RecordMatchesCount
- Relationship
- ResiEvent
- ShippingOption
- SingleDate
- Site
- SmartMatch
- Source
- StructuredDate
- StructuredPlace
- SubTree
- SuggestedRelative
- System
- Tag
- ThreadsCount
- Tree
- TreeItem
- User
- UserMenu
- ValueAddData
- ValueAddElement
- ValueAddFactor
- Video
- WorldEthnicities
- SDKs
- PHP SDK
- iOS SDK
- Android SDK
TreeItem
A general tree item as represented in the Family Graph API.
This is an abstract base tree object that can be either an individual, family, event, family event, note, citation or source.
Fields
The TreeItem
object contains the following fields:
Name | Description | Type | Access Mode |
id |
The tree item's id |
id |
read |
data_language |
Language code for the data of the tree item (ISO-639-1 code) |
string |
read |
tree |
The family tree that the tree item belongs to |
Tree object: id and name fields |
read |
site |
The family site of the tree item's tree |
Site object: id and name fields |
read |
class_name |
The object class name |
string |
read |
Connections
The TreeItem object contains the following connections:Name | Description | Type | Access Mode |
media |
Media item of the tree item |
array of MediaItem objects |
read |
citations |
List of citations of the tree item |
array of Citation objects |
read |
notes |
List of notes of the tree item |
array of Note objects |
read |