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.

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
Name Type Description
tid path The id of the tree whose change history is to be retrieved.
from query 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.
timestamp query Unix timestamp; see Unix time. Changes with a timestamp >= to this value will be retrieved. This parameter is ignored if a pageToken parameter is provided.
Status Codes
  • 200  -  Upon a successful read.
  • 204  -  Upon a successful read with an empty change history.
  • 429  -  If the request was throttled.

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.

Change Language

Feedback

Sending...

Feedback was sent.

Can't send feedback. Retry in 5 seconds.