CET Change History
Prototype: This resource is currently in a prototype development state. It may or may not be operational and the
interface may change prior to release. Feedback is welcome.
Path
/platform/trees/{tid}/changes |
|
Production: | https://api.familysearch.org/platform/trees/{tid}/changes |
Beta: | https://apibeta.familysearch.org/platform/trees/{tid}/changes |
Integration (Integration): | https://api-integ.familysearch.org/platform/trees/{tid}/changes |
Description
The Tree Change History resource provides a list of changes in a CET. Each entry in the change history provides details about what was changed,
who performed the change, and why the change was made (if provided).
Operations
GET - Read the change history for a CET. The changes are paged and returned in chronological order from oldest to newest. The page size varies. The page start is controlled by the 'from' or the 'timestamp' query parameter. To start at the beginning of the tree change history, don't provide a 'from' or a 'timestamp' query parameter. Produces - Specify a returned data format using the
Accept
header.
Parameters
Status Codes
|
Example Requests
Read page of Tree Change History from links | How to read paged results of the change history of a tree using tree links. |
Read page of Tree Change History from Timestamp | How to read paged results of the change history of a tree using timestamps. |