Read Page of Tree Change History from Timestamp
This example request illustrates how to read a page of the change history for a tree using a timestamp.
Request
GET /platform/trees/9NMM-9SQB/changes?timestamp=1727900706993
Accept: application/x-gedcomx-atom+json
Authorization: Bearer YOUR_ACCESS_TOKEN_HERE
Response
HTTP/1.1 200 OK
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": 1727900709869,
"links": {
"next": {
"href": "https://beta.familysearch.org/platform/trees/9NMM-9SQB/changes?from=6bc4aca0-80fc-11ef-8f7d-bd1286fc37ac×tamp=1727900706993"
}
},
"entries": [
{
"content": {
"gedcomx": {
"persons": [
{
"id": "BMPJ-TGG.resulting",
"notes": [
{
"id": "1e6cb6a7-9913-4425-baf7-076c7e27df3a",
"subject": "Note",
"text": "Morgan County Alabama History book says he was born 31 Jan 1851",
"attribution": {
"contributor": {
"resource": "https://beta.familysearch.org/platform/users/agents/MMXS-PFN",
"resourceId": "MMXS-PFN"
},
"modified": 1727900706993
}
}
],
"identifiers": {
"http://gedcomx.org/Primary": [
"https://beta.familysearch.org/ark:/61903/4:1:BMPJ-TGG"
]
}
}
]
}
},
"id": "69fac210-80fc-11ef-8f7d-bd1286fc37ac_0_0",
"title": "Person Note Added",
"updated": 1727900706993,
"contributors": [
{
"name": "richardjohnmatheson1",
"uri": "https://beta.familysearch.org/platform/users/agents/MMXS-PFN"
}
],
"changeInfo": [
{
"operation": "http://familysearch.org/v1/Create",
"objectType": "http://gedcomx.org/Note",
"objectModifier": "http://gedcomx.org/Person",
"reason": "",
"resulting": {
"resource": "#BMPJ-TGG.resulting",
"resourceId": "BMPJ-TGG"
}
}
]
},
....
{
"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