---
title: "Returns the list of changes on an order."
method: GET
path: "/order/{id}/changes"
tags: ["Order"]
---

# Returns the list of changes on an order.

`GET /order/{id}/changes`

List of order changes

## Path parameters

- `id` string, required

## Response `200`

Success Response

- OrderChangeResonse[]
  - `id` string
  - `orderObjectId` string
  - `source` string
  - `changeDate` string, date-time
  - `changeByType` string
  - `changeBy` string
  - `dataPointTitle` string
  - `dataPointPath` string
  - `previousValue` string
  - `newValue` string

## Other responses

- `401` — Unauthorized Response
- `500` — Internal Server error

---

[API](https://skmtc.dev/accuratebackground/apis/accurate-background-api.md) · [All operations](https://skmtc.dev/accuratebackground/apis/accurate-background-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/accuratebackground/accurate-background-api/revisions/a6ac3a5c01aa/schema)
