- Family Graph API
- Objects
- AggregateValueAdd
- Album
- Audio
- BuyNowData
- ChildInFamily
- Citation
- ColorizationData
- Comment
- Config
- ConfirmationStatus
- Counter
- Device
- DiscoveryBase
- DnaAncestorName
- DnaEnums
- DnaEthnicity
- DnaEthnicityReport
- DnaKit
- DnaKitFile
- 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
System
Global system settings for the Family Graph
Fields
The System
object contains the following fields:
Name | Description | Type | Access Mode |
subscriptionPlans |
List of supported Subscription Plans |
array of strings |
read |
privacyPolicies |
List of supported site's privacy policies |
array of strings |
read |
applications |
List of supported applications |
array of strings |
read |
navigation |
The navigation hierarchy of MyHeritage |
Navigation object: |
read |
pages |
List of page ids supported in the MyHeritage site |
array of strings |
read |
world_ethnicities |
World ethnicities |
WorldEthnicities object: id, version, ethnicityVersion and class_name fields |
read |
class_name |
The object class name |
string |
read |
Connections
The System object contains the following connections:Name | Description | Type | Access Mode |
config |
List of configuration settings |
array of Config objects |
read |
enums |
List of system available enums |
array of Enums objects |
read |
dna_enums |
List of DNA enums available. |
array of DnaEnums objects |
read |
counter |
List of available counters |
array of Counter objects |
read |
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": 8618
},
"downloadUrl": "https:\/\/mhcache-myheritage.netdna-ssl.com\/FP\/FamilyTreeBuilder\/family_tree_builder_8618.exe"
},
"osx": {
"version": {
"major": 8,
"minor": 2,
"revision": 0,
"build": 8522
},
"downloadUrl": "https:\/\/mhcache-myheritage.netdna-ssl.com\/FP\/FamilyTreeBuilder\/family_tree_builder_8522.dmg"
}
}
}
}
}
}