---
title: "Get Machine Change Logs"
method: GET
path: "/v1/machines/changeLogs"
tags: ["Machines"]
---

# Get Machine Change Logs

`GET /v1/machines/changeLogs`

Fetches the change logs for machines within a specified date range. Users can filter the logs by various parameters such as ActorID, StartDate, EndDate, MachineID, TimePeriod, and MachineNumber to retrieve the relevant changes.

## Query parameters

- `ActorID` integer
- `StartDate` string, date-time
- `EndDate` string, date-time
- `MachineID` integer
- `TimePeriod` integer
- `MachineNumber` string

## Response `200`

A list of machine change logs based on the provided parameters.

- MachineChangeLogModel[]
  - `MachineID` string, nullable — The unique identifier of the machine that was changed.
  - `ChangedItem` string, nullable — The item or property that was changed on the machine.
  - `ChangedFrom` string, nullable — The original value of the changed item before the update.
  - `ChangedTo` string, nullable — The new value of the changed item after the update.
  - `Tab` string, nullable — The tab or section of the machine where the change occurred.
  - `ChangedBy` string, nullable — The user or system that made the change.
  - `UpdatedDt` string, date-time — The date and time when the change was made.

---

[API](https://skmtc.net/nayax/apis/nayax-cortina-api.md) · [All operations](https://skmtc.net/nayax/apis/nayax-cortina-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nayax/nayax-cortina-api/revisions/421f6f83c257/schema)
