List all Assets
List all organization assets
Get all organization assets
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
#########################################################################
## success
#########################################################################
{
"message": "success",
"status": 200,
"data": [
{
"assetUUID": "6962cdb5-f8dd-45d8-b0d7-54a68b084454",
"assetName": "Office Desk",
"tagType": "BLE",
"tagTypeID": "ad1001410",
"assetIdentifier": "AD401410"
},
],
"totalCount": "210",
"totalPages": 21
}
#########################################################################
## Error:No data found
#########################################################################
{
"message": "error",
"status": 400,
"description": "No data found"
}Last updated