v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13286594.5 KB
accounts

Searches through all changes to an account or its children given the specified set of filters. Only returns the subset of changes supported by the API. The UI may return additional changes.

post/v1beta/{+account}:searchChangeHistoryEvents

Path parameters

accountstring required

Required. The account resource for which to return change history resources. Format: accounts/{account} Example: accounts/100

Request body

resourceTypestring[]

Optional. If set, only return changes if they are for a resource that matches at least one of these types.

actorEmailstring[]

Optional. If set, only return changes if they are made by a user in this list.

propertystring

Optional. Resource name for a child property. If set, only return changes made to this property or its child resources. Format: properties/{propertyId} Example: properties/100

pageSizeinteger

Optional. The maximum number of ChangeHistoryEvent items to return. If unspecified, at most 50 items will be returned. The maximum value is 200 (higher values will be coerced to the maximum). Note that the service may return a page with fewer items than this value specifies (potentially even zero), and that there still may be additional pages. If you want a particular number of items, you'll need to continue requesting additional pages using page_token until you get the needed number.

pageTokenstring

Optional. A page token, received from a previous SearchChangeHistoryEvents call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to SearchChangeHistoryEvents must match the call that provided the page token.

actionstring[]

Optional. If set, only return changes that match one or more of these types of actions.

earliestChangeTimestring google-datetime

Optional. If set, only return changes made after this time (inclusive).

latestChangeTimestring google-datetime

Optional. If set, only return changes made before this time (inclusive).

Response

Successful response