---
title: "manage changes summary"
method: GET
path: "/v{version}/manage-changes-summary"
tags: ["Manage-Changes"]
---

# manage changes summary

`GET /v{version}/manage-changes-summary`

Scopes: export\_enrollment

## Path parameters

- `version` string, required

## Query parameters

- `agency_id` string
- `company_id` string
- `from` string, date-time
- `to` string, date-time
- `employee_start_id` string
- `employee_limit` integer
- `query_mode` 'Actual' | 'Continuous'

## Response `200`

Success

- 0PagedWrappedArrayManageChangeSummary
  - `next_id` string — The id of the object next up after this set.
  - `data` DtosManageChangeSummary[], required — An array containing the list of relevant objects.
    - `company` DtosCompanyLink
      - `name` string, required — The name of the object.
      - `id` string, required — The object id.
      - `href` string, required — The object uri.
    - `employee` DtosEmployeeLink
      - `name` string, required — The name of the object.
      - `id` string, required — The object id.
      - `href` string, required — The object uri.
    - `changed_by` string[] — A collection of the types of modifiers who made changes.
    - `change_types` string[]
    - `detail_url` string — The URL to call for the manage changes.
  - `error` string — Contains any error messages, if applicable.

---

[API](https://skmtc.net/ease/apis/version-2.md) · [All operations](https://skmtc.net/ease/apis/version-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ease/version-2/revisions/be66ed178abe/schema)
