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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The id of the tree whose change history is to be retrieved. To find user tree IDs, see Read User's Groups, or Create Tree to create a new user tree.

Query Params
string

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.

string

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.

Responses
200

The read was successful.

204

Upon a successful read with an empty change history.

429

The request was throttled.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!