Search change history events
documentedSearch changes in an account's configuration.
POST /v1beta/accounts:searchChangeHistoryEventsAnalytics Admin APIno implementation yet0 runsNo 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/v1beta/{account=accounts/{{$account_id}}}:searchChangeHistoryEvents" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"account": "accounts/{{$account_id}}", "property": "properties/{{$property_id}}", "resourceType": ["{{$resource_type}}"], "action": ["{{$action_type}}"], "actorEmail": ["{{$actor_email}}"], "earliestChangeTime": "{{$earliest_change_time}}", "latestChangeTime": "{{$latest_change_time}}", "pageSize": {{$page_size}}, "pageToken": "{{$page_token}}" }'