---
title: "get changes related to the indicated SharedRules"
method: GET
path: "/changelog/shared-rules-graph/{sharedRulesKey}"
tags: ["Audit Log"]
---

# get changes related to the indicated SharedRules

`GET /changelog/shared-rules-graph/{sharedRulesKey}`

Gets all changes associated with set of Shared Rules; the domains using
it and the clusters referenced by it.

## Path parameters

- `sharedRulesKey` string, required

## Query parameters

- `start` number
- `end` number

## Response `200`

A list of changes occurring during the requested window.

- ChangeDescription
  - `at` number — When the change took place in milliseconds since the Unix epoch.
  - `txn` string — A unique identifier for all this transaction. It is shared by all attribute updates within a change.
  - `actor_key` string — The user who made the change.
  - `comment` string — A description of the change.
  - `diffs` ChangeEntry[] — A collection of attribute updates that compose this change.
    - `object_type` 'org' | 'user' | 'zone' | 'proxy' | 'domain' | 'route' | 'shared_rules' | 'cluster' — The name of the object being being altered.
    - `change_type` 'addition' | 'removal' — Whether the value was added or removed to the object.
    - `object_key` string — An ID uniquely identifying the object being changed.
    - `zone_key` string — The zone this object is located in.
    - `path` string — A dot-separated / bracket-indexed path to the field changed on the object.
    - `value` string — The value that has been added or removed to the object at the attribute path indicated in path.

## Other responses

- `default` — Unexpected error

## Changes

- **2017-02-02** `f370f7dbbd05` — 3 warning
  - deleted the `query` request parameter `direction`
  - deleted the `query` request parameter `max_results`
  - deleted the `query` request parameter `ref_id`

[Change history](https://skmtc.dev/turbinelabs/apis/turbine-labs-api/changes/changelog/shared-rules-graph/:sharedRulesKey/get.md)

---

[API](https://skmtc.dev/turbinelabs/apis/turbine-labs-api.md) · [All operations](https://skmtc.dev/turbinelabs/apis/turbine-labs-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/turbinelabs/turbine-labs-api/revisions/42600a086ded/schema)
