Asset Locations

An asset location provides information for an asset and the details of the location wherein the asset is contained at a given event time. The details of the location is recorded as latitude and longitude values.

Fields

Tag Data Type Description
assetId Integer Internal identifier for asset contained in the zone.
eventDate Text Timestamp when the asset was in this specific location.
Note: Format is in timestamp and timezone (YYYY-MM-DDTHH:MM:SS.sssZ, e.g: 1970-01-01T00:00:00.000Z)
latitude Double Precision Latitude of the location of the asset during the specified date.
longitude Double Precision Longitude of the location of the asset during the specified date.

 

Read

API error calls

ERROR MESSAGE POSSIBLE CAUSES
POST is not supported. POST method is not allowed
PUT is not supported. PUT method is not allowed
DELETE is not supported. DELETE method is not allowed