View Single Asset

This API allows you to view details of an asset and all their associated information in your account which helps you track and manage the asset.Warning : Make sure that you are setting the method to GET. The same endpoint is used for deleting an asset using DELETE method. The deletion of the asset is an irreversible action.

📘

Sample Request

https://services.azuga.com/azuga-ws-oauth/v3/assets/01cff9f2-e5ae-11ec-9f98-4b63f15dc0b8.json

API Response glossary

FieldDescriptionData Type
idUnique identifier representing the assetString
assetnoName of the asset typeString
makeMake of the vehicleString
modelModel of the vehicleString
yearManufactured year of the vehicleString
tagNamesFor Azuga internal useString
groupIdUnique identifier representing the group associated with the assetString
groupNameName of the group associated with the assetString
nameName of the assetString
deviceIdUnique identifier of the datalogger device associated with the assetString
trackeeTypeIdUnique identifier representing the vehicle type
1 = Vehicle
3 = Asset
Short
deviceNameSerial number of the device associated with the assetString
associatedTagIdsFor Azuga internal useString
licensePlateNoLicense plate number of the vehicleString
identificationAsset identification nameString
lastServiceDateLast service date of the vehicle in dd/mm/yyyy formatString
nextServiceDateNext service date of the vehicle in dd/mm/yyyy formatString
lsdTimestampLast service time of the vehicle in UTC millisecondsTimestamp
nsdTimestampNext service time of the vehicle in UTC millisecondsTimestamp
isSharedFor Azuga internal useBoolean
extensionLiteMeta-data of the extensionsObject
extension1IdUnique identifier representing the extension 1String
extension2IdUnique identifier representing the extension 2String
extension1NameName of the extension 1String
extension2NameName of the extension 2String
extensionTypeFor internal Azuga useString
extensionEnabledFor internal Azuga useBoolean
extensionLiteStrFor Azuga internal useString
extension1NameName of the extension1String
extension2NameName of the extension2String
iconNameName of the icon configured for this assetString
customIconFor Azuga internal useObject
colorHex color code which denotes the text color. Default color is red.String
bgColorHex color code which denotes the background color. Default color is red.String
vehicleIconFor Azuga internal use
engineRunTimeCurrent engine time in secondsInteger
initialEngineRuntimeInitial engine time in secondsInteger
temperatureSensorIdsFor Azuga internal useString
assetTagsTag names enclosed by # symbol
Eg: "assetTags": "#5.4#"
String
tagsAssociatedFor Azuga internal useString
assetTagsNamesFor Azuga internal useString
fuelCardNumberFor Azuga internal useString
iconUrlFor Azuga internal useString
imeiIMEI of the SIM associated with the deviceString
vehicleDeviceOdoReadingOdometer reading from the assetDouble
vehicleDeviceCurrentodoReadingSystem calculated odometer reading of the assetDouble
odometerReadingRounded odometer reading from the assetDouble
currentOdometerReadingRounded system calculated odometer reading of the assetDouble
errorError description - if anyList
recordsFilteredTotal number of records to be filtered
Language
Authorization
Header
Click Try It! to start a request and see the response here!