Last active
March 28, 2016 20:22
-
-
Save dnnyg33/b5a11f48ba697f4a9726 to your computer and use it in GitHub Desktop.
Sample trees call
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 " | |
} | |
}] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 | |
}] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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