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)
{
"subscriptionPlans": {
"basic": "Basic (free) site",
"premium": "Premium site",
"premium-plus": "PremiumPlus site"
}
}
https://familygraph.myheritage.com/system?fields=privacyPolicies (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"
}
}
https://familygraph.myheritage.com/system?fields=applications (open in browser)
{
"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"
}
}
}
}
}
}