getOrgAssetStatsDetails

GET https://{{host}}/api/v1/org/:org_id/stats/assets/:asset_id

#### Body Response Parameter|Type|Description :-------------: |:-------------: |:-------------: name|string|name / label of the device mac|string|bluetooth MAC lastseen|int|last seen timestamp mapid|string|map where the device belongs to x|float|x in pixel y|float|y in pixel battery_voltage|int|battery voltage, in mV

RESPONSES

status: OK

{"name":"Expensive Instrument","mac":"a31eb04e1c38","last_seen":1492110810,"map_id":"845a23bf-bed9-e43c-4c86-6fa474be7ae5","x":60,"y":80,"battery_voltage":3370,"zones":[{"id":"8ac84899-32db-6327-334c-9b6d58544cfe","since":1428939600}],"rssizones":[{"id":"b2af5d7b-c3d0-c5c9-57e9-4d740871db47","since":1428939600}]}