Asset Visit History
When a user visits a location, we can use the BLE functionality to log their visit. This information is then available in our platform via visit history API.
POST /controllers/AssetVisitHistory.ashx?action=list
List Properties
Property | Type | Description |
---|---|---|
AssetVisitHistoryId | int | Primary key |
AssetId | int | Asset primary key |
VisitDateTime | date | Visit date/ time |
VisitByUserId | int | User Id |
VisitBy | String | Username |
StatusId | int | Status Identifier |
Status | String | Status such as asset found/ missing/ wrong location |
Notes | String | Custom notes |
Latitude | Decimal | Latitude |
Longitude | Decimal | Longitude |
Displacement | Decimal | Displacement from asset latitude/ longitude |