Summary
This object describes an item (event) in the asset history.
Properties
|
Name |
Type |
Description |
|
|
Integer |
ID of the history item |
|
|
String |
UnitID of the thin client |
|
|
Integer |
Asset ID |
|
|
Timestamp |
Unix timestamp of the event |
|
|
|
one of:
|
Example
{
"historyId": 26,
"unitId": "000BCA050027",
"assetId": 49070,
"eventTimeStamp": 1500372856000,
"event": {
"identifier": "remove"
}
}