- 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
- PhotoDateEstimationData
- PhotoDateEstimationDecade
- PhotoVersion
- Range
- Record
- RecordColorizationData
- RecordIndividual
- RecordMatchesCount
- Relationship
- ResiEvent
- ShippingOption
- SingleDate
- Site
- SmartMatch
- Source
- StructuredDate
- StructuredPlace
- SubTree
- SuggestedRelative
- System
- Tag
- ThreadsCount
- TimeMachineAIGeneratedPhoto
- TimeMachineAIJob
- TimeMachineAIModel
- Tree
- TreeItem
- User
- UserMenu
- ValueAddData
- ValueAddElement
- ValueAddFactor
- Video
- WorldEthnicities
- SDKs
- PHP SDK
- iOS SDK
- Android SDK
System
Fields
Name | Description | Type | Access Mode |
Connections
The System object contains the following connections:Name | Description | Type | Access Mode |
Examples
https://familygraph.myheritage.com/system?fields=subscriptionPlans (open in browser){https://familygraph.myheritage.com/system?fields=privacyPolicies (open in browser)
"subscriptionPlans": {
"basic": "Basic (free) site",
"premium": "Premium site",
"premium-plus": "PremiumPlus site"
}
}
{https://familygraph.myheritage.com/system?fields=applications (open in browser)
"privacyPolicies": {
"public": "site is public",
"mixed": "some of the content in the site is private and some is public",
"private": "site is private"
}
}
{
"applications": {
"ftb": {
"name": "Family Tree Builder",
"releases": {
"stable": {
"windows": {
"version": {
"major": 8,
"minor": 0,
"revision": 0,
"build": 8640
},
"downloadUrl": "https:\/\/ftb.mhcache.com\/FP\/FamilyTreeBuilder\/family_tree_builder_8640.exe"
},
"osx": {
"version": {
"major": 8,
"minor": 2,
"revision": 0,
"build": 8532
},
"downloadUrl": "https:\/\/ftb.mhcache.com\/FP\/FamilyTreeBuilder\/family_tree_builder_8532.dmg"
}
}
}
}
}
}