getOrgDiscoveredAsset

GET https://{{host}}/api/v1/orgs/:org_id/stats/discovered_assets

Get a list of Discovered Assets that doesn’t match any of the Asset / Assetfilters

#### Body Response Parameter|Type|Description :-------------: |:-------------: |:-------------: mac|string|mac address of the (unconnected) client map_id|string|mapid of the sdk client (if known), or null x|int|x (in pixels) of user location on the map (if known) y|int|y (in pixels) of user location on the map (if known) manufacture|string|device manufacture, through fingerprinting or OUI ibeaconuuid|string|bluetooth tag UUID ibeaconmajor|int|bluetooth tag major ibeaconminor|int|bluetooth tag minor eddystonenamespace|string|Eddystone-UID namespace (10 bytes) in hexstring format eddystoneinstance|string|Eddystone-UID instance (6 bytes) in hexstring format eddystoneurl|string|Eddystone-URL url lastseen|long|last seen timestamp mfg_companyid|int|optional, BLE manufacturing company ID mfgdata|string|optional, BLE manufacturing data in hex byte-string format (ie: “112233AABBCC”) duration|int|optional (60-86400; default=60); time duration TTL filter (secs) for each returned asset

RESPONSES

status: OK

[{"mac":"6fa474be7ae5","device_name":"[TV] UN65JU670D","x":60,"y":80,"manufacture":"Apple","last_seen":1428939600,"ibeacon_uuid":"f3f17139-704a-f03a-2786-0400279e37c3","ibeacon_major":13,"ibeacon_minor":138,"eddystone_uid_namespace":"2818e3868dec25629ede","eddystone_uid_instance":"5c5b35000001","eddystone_url_url":"https://www.abc.com","mfg_company_id":935,"mfg_data":"648520a1020000","duration":120}]