getSiteZoneStatsDetails

GET https://{{host}}/api/v1/sites/:site_id/stats/:zone_type/:zone_id

#### Response Parameter Parameter|Type|Description :-------------: |:-------------: |:-------------: id|string|id of the zone name|string|name of the zone mapid|string|mapid of the zone sdkclientwaits|object|sdkclient wait time right now clientwaits|object|client wait time right now sdkclients|list|list of sdkclients currently in the zone and when they entered clients|list|list of clients currently in the zone and when they entered assets|list|list of ble assets currently in the zone and when they entered max|int|longest wait time in seconds min|int|shortest wait time in seconds avg|int|average wait time in seconds p95|int|95th percentile of all the wait time(s)

RESPONSES

status: OK

{"id":"8ac84899-32db-6327-334c-9b6d58544cfe","name":"Board Room","map_id":"63eda950-c6da-11e4-a628-60f81dd250cc","num_sdkclients":0,"num_clients":80,"client_waits":{"max":3610,"min":600,"avg":1200,"p95":2800},"sdkclients":["7e2b463d-c91c-ff7d-f3c0-6eccc6949ff8"],"clients":["5684dae9ac8b"]}