Summary

This object describes an item (event) in the asset history.

Properties

Name

Type

Description

historyId

Integer

ID of the history item

unitId

String

UnitID of the thin client

assetId

Integer

Asset ID

eventTimeStamp

Timestamp

Unix timestamp of the event

event


one of:

  • add
  • remove
  • add_on_boot
  • remove_on_boot

Example

{

"historyId": 26,

"unitId": "000BCA050027",

"assetId": 49070,

"eventTimeStamp": 1500372856000,

"event": {

"identifier": "remove"

}

}