Return A Bluetooth Client
GET {{baseUrl}}/networks/:networkId/bluetoothClients/:bluetoothClientId
Return a Bluetooth client. Bluetooth clients can be identified by their ID or their MAC.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
includeConnectivityHistory | string | Include the connectivity history for this client | |
connectivityHistoryTimespan | string | The timespan, in seconds, for the connectivityHistory data. By default 1 day, 86400, will be used. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null |
RESPONSES
status: OK
{"id":"1284392014819","mac":"22:33:44:55:66:77","networkId":"N_24329156","name":"Miles's phone","deviceName":"Bose QuietComfort 35","manufacturer":"Bose","lastSeen":1526087474,"seenByDeviceMac":"00:11:22:33:44:55","inSightAlert":false,"outOfSightAlert":false,"tags":["tag1","tag2"]}