Get Asset Details
Get asset details
Get Asset Details
GET
https://<baseurl>/v1/organization/assets/details/@clientUUID/@assetUUID
Path Parameters
Name
Type
Description
clientUUID
string
Client UUID
assetUUID
string
Asset UUID
Headers
Name
Type
Description
Authentication
string
Authentication token.
#########################################################################
## success
#########################################################################
{
"message": "success",
"status": 200,
"data": {
"assetInfo": {
"assetName": "asset edit api",
"assetIdentifier": "433411",
"assetSerialNo": "444412",
"eolDate": null,
"purchaseDate": null,
"serviceDate": "2021-04-26",
"assetRemovability": "",
"assetCriticality": "",
"assetMake": "eeee",
"model": "ssdsasdasa",
"skuNum": "444",
"retirementFlag": 0,
"endOfPeriod": null,
"assetCurrentValue": "111.00",
"estimatedSalvageValue": "",
"retirementReason": null,
"description": "new assets test from API call",
"assetOwner": "",
"profileName": "yearly profile",
"asset_manager": null,
"currency": null
},
"assetHolder": null,
"assetLabel": [
{
"labelName": "Lable1"
}
],
"assetCategory": [
{
"categoryName": "category4"
}
],
"assetTrackingMode": [
{
"id": 245,
"assetUUID": "adc0dce4-858a-4829-842f-74b93f5beebb",
"tagType": "BLE",
"tagTypeID": "344111",
"name": "new floor plan zone",
"lastSeenTime": "2021-04-26 13:45:25",
"timezone": "Asia/Kolkata",
"gatewayName": null
},
{
"id": 247,
"assetUUID": "adc0dce4-858a-4829-842f-74b93f5beebb",
"tagType": "RFID",
"tagTypeID": "5555555",
"name": "new floor plan zone",
"lastSeenTime": null,
"timezone": "Asia/Kolkata",
"gatewayName": null
},
{
"id": 248,
"assetUUID": "adc0dce4-858a-4829-842f-74b93f5beebb",
"tagType": "Barcode",
"tagTypeID": "55555556",
"name": "new floor plan zone",
"lastSeenTime": null,
"timezone": "Asia/Kolkata",
"gatewayName": null
}
],
"zoneHistory": {
"BLE": [],
"RFID": [],
"Barcode": []
},
"assetDepreciation": {
"assetPurchaseValue": "333.00",
"estimatedSalvageValue": "",
"depreciationStartDate": null,
"assetCurrentValue": "111.00",
"accumulatedDepreciation": null,
"profileName": "yearly profile"
},
"assetAdditionalInfo": {
"warrantyEndDate": null,
"assetName": "asset edit api",
"PONumber": "11222",
"uuid": "adc0dce4-858a-4829-842f-74b93f5beebb",
"retirementFlag": 0,
"invoiceNumber": "342232332",
"ownershipRights": "sdadsaas",
"purchaseClassification": "",
"condition": "ddssda",
"supplierName": null,
"businessUnitName": "test buss",
"costCenterName": "defence",
"departmentName": "Information Technology",
"subDepartmentName": "SB0002"
},
"assetImages": []
}
}
#########################################################################
## Error:No data found
#########################################################################
{
"message": "error",
"status": 400,
"Description": "No data found"
}
Last updated