Read First Page of Tree Persons IDs
This example request illustrates how to read a list IDs for all the persons in a tree.
Request
GET /platform/trees/9NMM-9SQB/persons?count=100&view=%22identifiers%22
Accept: application/x-gedcomx-atom+json
Authorization: Bearer YOUR_ACCESS_TOKEN_HERE
Response
HTTP/1.1 200 No Content
Content-type: application/x-gedcomx-atom+json
X-processing-time: 256
Vary: Accept,Accept-Language,Accept-Encoding,Expect
Date: Tue, 03 Dec 2024 21:10:25 GMT
Cache-control: no-cache, no-store, max-age=0, must-revalidate
{
"title" : "CET 9NMM-9SQB",
"links" : {
"next" : {
"href" : "https://beta.familysearch.org/platform/trees/9NMM-9SQB/persons?flag=fsh&count=100&from=BMPJ-BYW&view=%22identifiers%22"
}
},
"entries" : [ {
"id" : "BMPJ-RSH"
}, {
"id" : "BMPJ-RSC"
}, {
"id" : "BMPJ-RSZ"
},
...
{
"id" : "BMPJ-BY7"
} ]
}
Updated 1 day ago