Skip to content

Instantly share code, notes, and snippets.

@dnnyg33
Last active March 28, 2016 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dnnyg33/b5a11f48ba697f4a9726 to your computer and use it in GitHub Desktop.
Save dnnyg33/b5a11f48ba697f4a9726 to your computer and use it in GitHub Desktop.
Sample trees call
{
"suggestedPeople": [{
"Gid": "36178063915:1030:67889983",
"GivenName": "John",
"Surname": "Doe",
"media": {
"namespace": "60905",
"id": "28970e85-bbf3-47c6-be4f-06bcce71a9e9",
"type": "ANCESTRY_MEDIA_ID "
}
}, {
"Gid": "1234567890: 1030: 67889983",
"GivenName": "John1",
"Surname": "Doe2",
"media": {
"namespace": "60905",
"id": "28970e85-bbf3-47c6-be4f-06bcce71a9e9",
"type": "ANCESTRY_MEDIA_ID "
}
}]
}
{
"Trees": [{
"SelectedPerson ": {
"Gid": "-927975799:1030:8575757",
"GivenName": "John ",
"Surname": "Doe ",
"media": {
"namespace": "60905",
"id": "28970e85-bbf3-47c6-be4f-06bcce71a9e9",
"type": "ANCESTRY_MEDIA_ID "
}
},
"TreeGid": ":1030:8575757",
"TreeName": "Gina",
"selected ": false,
"PersonCount": 13
}]
}
{
"Trees": [{
"TreeGid ": ": 1030: 8575757 ",
"selected ": true,
"SelectedPerson": {
"Gid": "-927975799:1030:8575757"
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment