Sign in

Search change history events

documented

Search changes in an account's configuration.

POST /v1beta/accounts:searchChangeHistoryEventsAnalytics Data APIno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://analyticsadmin.googleapis.com/v1alpha/accounts/{{$account}}:searchChangeHistoryEvents" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"property":"{{$property}}","resourceType":["{{$resourceType}}"],"action":["{{$action}}"],"actorEmail":["{{$actorEmail}}"],"earliestChangeTime":"{{$earliestChangeTime}}","latestChangeTime":"{{$latestChangeTime}}","pageSize":{{$pageSize}},"pageToken":"{{$pageToken}}"}'