- 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
ValueAddData
Information on all the data that could be saved to the tree by a specific match
Fields
The ValueAddData
object contains the following fields:
Name | Description | Type | Access Mode |
personal_photo |
The personal photo (profile photo) of the match |
Photo object: id and name fields |
read |
first_name |
The individual's first name |
string |
read |
birth_date |
The individual's birth date |
EventDate object: gedcom, text, date, structured_date and class_name fields |
read |
birth_place |
The individual's birth place |
string |
read |
death_date |
The individual's death date |
EventDate object: gedcom, text, date, structured_date and class_name fields |
read |
death_place |
The individual's death place |
string |
read |
burial_place |
The individual's burial place |
string |
read |
educations |
The individual's education events |
array of Event objects containing the id field |
read |
occupations |
The individual's occupation events |
array of Event objects containing the id field |
read |
residences |
The individual's residence events |
array of Event objects containing the id field |
read |
additional_photos |
More photos of the match |
array of Photo objects containing the id and name fields |
read |
relatives |
The individual's relatives |
array of Individual objects containing the id and name fields |
read |
class_name |
The object class name |
string |
read |