v1

latestOpenAPI 3.0.1Apache 2.02026-07-2420454370.2 KB
Change History

Read Tree Changes

This operation retrieves the list of changes in a user tree. The list is returned as a Feed of Entry elements. Each Entry contains a ChangeInfo element.

get/trees/{tid}/changes

Path parameters

tidstring required

The id of the tree whose change history is to be retrieved. To find user tree IDs, see <a href="/reference/getgroups" target="_blank">Read User's Groups</a>, or <a href="/reference/createtree" target="_blank">Create Tree</a> to create a new user tree.

Query parameters

fromstring

Token specifying the page to be retrieved. A next link with a page token is returned in the response when there are more changes available.

timestampstring

Unix timestamp; see https://en.wikipedia.org/wiki/Unix_time. Changes with a timestamp >= to this value will be retrieved. This parameter is ignored if a pageToken parameter is provided.

Headers

Accept'application/x-gedcomx-atom+json' | 'application/json' required

Specifies the media type(s) that the client is willing to accept in the response.

Response

The read was successful.