getSiteSdkStats
GET https://{{host}}/api/v1/sites/:site_id/stats/maps/:map_id/sdkclients
#### Response 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 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","last_seen":1428939600,"x":60,"y":80,"network_connection":{"type":"WiFi","rssi":-75,"mac":"c3-b6-e5-af-41-15","signal_level":3}}]