getSiteSdkStatsDetails

GET https://{{host}}/api/v1/sites/:site_id/stats/sdkclients/:sdkclient_uuid

#### Query Parameter Parameter|Type|Description :-------------: |:-------------: |:-------------: uuid|string|uuid of the sdk client name|string|name of the sdk client (if provided) mapid|string|mapid of the sdk client (if known), or null zones|list|list of zoneid’s of the sdk client is in and since when (if known) vbeacons|list|list of beaconid’s of the sdk client is in and since when (if known) lastseen|long|last seen timestamp 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) networkconnection|object|various network connection info for the SDK client (if known, else omitted), with RSSI in dBm, and signal level as # of bars/signal indicator of signal strength

RESPONSES

status: OK

{"id":"de87bf9d-183f-e383-cc68-6ba43947d403","uuid":"ada72f8f-1643-e5c6-94db-f2a5636f1a64","name":"John's iPhone","map_id":"845a23bf-bed9-e43c-4c86-6fa474be7ae5","zones":[{"id":"8ac84899-32db-6327-334c-9b6d58544cfe","since":1428939600}],"vbeacons":[{"id":"d379d29d-24b4-96c5-5dd4-6f2a2dc5aaeb","since":1428939300}],"last_seen":1428939600,"x":60,"y":80,"network_connection":{"type":"WiFi","rssi":-75,"mac":"c3-b6-e5-af-41-15","signal_level":3}}