Skip to content

Instantly share code, notes, and snippets.

@jimmyz
Created September 19, 2018 02:14
Show Gist options
  • Save jimmyz/03d064e79db6490a556c90ae841331a2 to your computer and use it in GitHub Desktop.
Save jimmyz/03d064e79db6490a556c90ae841331a2 to your computer and use it in GitHub Desktop.
Preferred Parent Read
{
"childAndParentsRelationships": [
{
"id": "MTKG-DBV",
"father": {
"resource": "https://api.familysearch.org/platform/tree/persons/L2YM-NBS",
"resourceId": "L2YM-NBS"
},
"mother": {
"resource": "https://api.familysearch.org/platform/tree/persons/L2YM-ND7",
"resourceId": "L2YM-ND7"
},
"child": {
"resource": "https://api.familysearch.org/platform/tree/persons/LFFR-SJ8",
"resourceId": "LFFR-SJ8"
},
...
"fatherFacts": [
{
...
"type": "http://gedcomx.org/BiologicalParent"
}
],
"motherFacts": [
{
...
"type": "http://gedcomx.org/BiologicalParent"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment