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.
Path parameters
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
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.
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
Specifies the media type(s) that the client is willing to accept in the response.
Response
The read was successful.
Changes
No recorded changes to this endpoint across all 1 revision of this API.