Read Page of Tree Change History from Links
This example request illustrates how to read paged results from the change history for a tree.
Request
GET /platform/trees/9NMM-9SQB/changes?from=6a2617d0-80fc-11ef-8850-b53c83ba2bed
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: 426
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
{
"updated": 1727900709994,
"links": {
"next": {
"href": "https://beta.familysearch.org/platform/trees/9NMM-9SQB/changes?flag=fsh&from=6bd04560-80fc-11ef-9ff6-eb6c90026d95"
}
},
"entries": [
{
"content": {
"gedcomx": {
"persons": [
{
"id": "BMPV-3YW.resulting",
"identifiers": {
"http://gedcomx.org/Primary": [
"https://beta.familysearch.org/ark:/61903/4:1:BMPV-3YW"
]
}
}
]
}
},
"id": "6a2617d0-80fc-11ef-8850-b53c83ba2bed_0_0",
"title": "Person Created",
"updated": 1727900707277,
"contributors": [
{
"name": "richardjohnmatheson1",
"uri": "https://beta.familysearch.org/platform/users/agents/MMXS-PFN"
}
],
"changeInfo": [
{
"operation": "http://familysearch.org/v1/Create",
"objectType": "http://gedcomx.org/Person",
"reason": "",
"resulting": {
"resource": "#BMPV-3YW.resulting",
"resourceId": "BMPV-3YW"
}
}
]
}
]
}
Updated 1 day ago