Skip to main content
Get Specific Machine Statistics

Authorizations

Authorization
string
header
required

Enter your Bearer token. It's required to authenticate API requests.

Path Parameters

MachineID
integer<int64>
required

The unique identifier of the machine whose status is being requested.

Response

200 - application/json

The current status and statistics of the specified machine.

CoinTubesChangeSum
number<double> | null

The total amount of money added or removed from the coin tubes.

MachineCashBoxLevel
number<double> | null

The current level of cash in the machine's cash box.

CancelledTransactionsCount
integer<int32> | null

The number of transactions that were canceled.

TemperatureFahrenheit
integer<int32> | null

The current temperature inside the machine, measured in Fahrenheit.

TemperatureCelcius
integer<int32> | null

The current temperature inside the machine, measured in Celsius.

MachineRemarksUpdateDateTime
string<date-time> | null

The date and time when the machine remarks were last updated.

Machine24HEventCount
integer<int64> | null

The number of events that occurred in the machine within the last 24 hours.

CardSalesCounter
number<double> | null

The total count of card-based sales transactions.

ActorID
integer<int64> | null

The unique identifier of the actor associated with the machine.

MachineID
integer<int64> | null
read-only

The unique identifier of the machine.

PickListGeneratedDateTime
string<date-time> | null
read-only

The date and time when the pick list was last generated for this machine.

MachineInstallationDate
string<date-time> | null
read-only

The date and time when the machine was installed.

InventoryCountDateTime
string<date-time> | null
read-only

The date and time when the inventory count was last recorded.

QTYSoldSinceLastVisitDEXSales
integer<int32> | null
read-only

The quantity of items sold since the last visit, recorded via DEX sales.

LastCashSaleDateTime
string<date-time> | null
read-only

The date and time of the last cash sale.

LastCashlessSaleDateTime
string<date-time> | null
read-only

The date and time of the last cashless sale.

LastDEXReadDateTime
string<date-time> | null
read-only

The date and time of the last DEX read.

LastGPRSFailureCount
integer<int32> | null
read-only

The number of GPRS failures recorded during the last connection attempt.

LastKeepAliveDateTime
string<date-time> | null
read-only

The date and time when the last keep-alive signal was received.

LastPowerDownDateTime
string<date-time> | null
read-only

The date and time when the machine was last powered down.

LastPowerUpDateTime
string<date-time> | null
read-only

The date and time when the machine was last powered up.

LastReceptionLevel(RSSI)
integer<int32> | null
read-only

The last recorded RSSI (Received Signal Strength Indicator) level.

LastTransactionDateTime
string<date-time> | null
read-only

The date and time when the last transaction was processed.

LastVisitDateTime
string<date-time> | null
read-only

The date and time of the last visit to the machine.

LastLCDMSISDN(CLI)
string | null
read-only

The last recorded MSISDN (Mobile Station International Subscriber Directory Number) of the LCD, used for CLI (Caller Line Identification).

ReaderStateErrorDateTime
string<date-time> | null
read-only

The date and time when the reader last encountered an error state.

ReaderStateEnableDateTime
string<date-time> | null
read-only

The date and time when the reader was last enabled.

MachineStockRefilDateTime
string<date-time> | null
read-only

The date and time when the machine was last refilled with stock.

MachineRemarks
string | null
read-only

Any additional remarks or notes associated with the machine.

MachineStatusUpdateDateTime
string<date-time> | null
read-only

The date and time when the machine's status was last updated.

LastCashlesstransactionID
integer<int32> | null
read-only

The ID of the last cashless transaction processed by the machine.

DeviceLastIPAddress
string | null
read-only

The last known IP address of the device connected to the machine.

QTYSoldSinceLastVisitOnlineSales
integer<int32> | null
read-only

The quantity of items sold online since the last visit to the machine.

LastCashCollectionDateTime(UTC)
string<date-time> | null
read-only

The date and time (in UTC) when the last cash collection occurred.

Href
string | null
read-only

The reference URL for the machine.

MachineMQTTStatus
boolean
read-only

Indicates whether the machine is currently connected via MQTT.