getSiteEventsForWirelessClient
GET https://{{host}}/api/v1/sites/:site_id/clients/:client_mac/events
#### Query Parameter Parameter|Type|Description :-------------: |:-------------: |:-------------: distinct|string|type / proto / band / channel / wlan_id / ssid
NOTE: the filters from /clients/:mac/events can also be used. E.g. /clients/events/count?distinct=device&ssid=Guest
RESPONSES
status: OK
{"start":1513276353,"end":1513362753,"limit":3,"total":3,"results":[{"count":580,"type":"CLIENT_AUTHENTICATED"},{"count":536,"type":"CLIENT_GW_ARP_OK"},{"count":519,"type":"CLIENT_ASSOCIATION"}]}