---
title: "Get version changes"
method: GET
path: "/versions/{version}/changes"
tags: ["Changes"]
---

# Get version changes

`GET /versions/{version}/changes`

Get version specific changes.

## Response `200`

OK

- object
  - `data` object, required
    - `additions` object[]
      - `title` string, required
      - `id` string, required
    - `removals` object[]
      - `title` string, required
      - `id` string, required
    - `alterations` object[]
      - `title` string, required
      - `id` string, required

## Other responses

- `404` — requested resource not found

---

[API](https://skmtc.net/lightcast/apis/alumni-pathways-2-0.md) · [All operations](https://skmtc.net/lightcast/apis/alumni-pathways-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightcast/alumni-pathways-2-0/revisions/fc66b9877391/schema)
