v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Machines

Get Machine Change Logs

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.

get/v1/machines/changeLogs

Query parameters

ActorIDinteger

The unique identifier of the actor related to the machine changes.

StartDatestring date-time

The start date to filter the change logs, in ISO 8601 format.

EndDatestring date-time

The end date to filter the change logs, in ISO 8601 format.

MachineIDinteger

The unique identifier of the machine for which the change logs are requested.

TimePeriodinteger

The period within which to search for change logs, in seconds.

MachineNumberstring

The machine's serial number used to filter the change logs.

Response

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

MachineIDstring nullable

The unique identifier of the machine that was changed.

ChangedItemstring nullable

The item or property that was changed on the machine.

ChangedFromstring nullable

The original value of the changed item before the update.

ChangedTostring nullable

The new value of the changed item after the update.

Tabstring nullable

The tab or section of the machine where the change occurred.

ChangedBystring nullable

The user or system that made the change.

UpdatedDtstring date-time

The date and time when the change was made.