<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Bluetooth Clients API - Status in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/bluetooth-clients-api-status/m-p/5430735#M5011</link>
    <description>&lt;P&gt;Due to the success of getting  my last question answered so efficiently, I thought I may ask another ;&lt;/P&gt;&lt;P&gt;On the Bluetooth Clients Meraki Dashboard there is a Status Column, however in the API I cannot seem to find it in any JSON returned.  Does anybody know where I can get the Status of a Bluetooth Client using the API ?  the links I have tried so far are ;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;A href="https://n35.meraki.com/api/v0/networks/Network_ID/bluetoothClients?perPage=100&amp;amp;includeConnectivityHistory=true" target="_blank" rel="noopener nofollow noreferrer"&gt;https://n35.meraki.com/api/v0/networks/"Network_ID"/bluetoothClients?perPage=100&amp;amp;includeConnectivityHistory=true&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;and&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;A href="https://n35.meraki.com/api/v1/networks/&amp;quot;Network_ID&amp;quot;/bluetoothClients/&amp;quot;Bluetooth_ID&amp;quot;" target="_blank" rel="noopener nofollow noreferrer"&gt;https://n35.meraki.com/api/v1/networks/"Network_ID"/bluetoothClients/"Bluetooth_ID"&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;Obviously "Network_ID" and "Bluetooth_ID" are replaced with the actual IDs....&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;Kind Regards&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;Ken&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Feb 2020 18:49:44 GMT</pubDate>
    <dc:creator>JudgeyK</dc:creator>
    <dc:date>2020-02-17T18:49:44Z</dc:date>
    <item>
      <title>Bluetooth Clients API - Status</title>
      <link>https://community.cisco.com/t5/network-platform-api/bluetooth-clients-api-status/m-p/5430735#M5011</link>
      <description>&lt;P&gt;Due to the success of getting  my last question answered so efficiently, I thought I may ask another ;&lt;/P&gt;&lt;P&gt;On the Bluetooth Clients Meraki Dashboard there is a Status Column, however in the API I cannot seem to find it in any JSON returned.  Does anybody know where I can get the Status of a Bluetooth Client using the API ?  the links I have tried so far are ;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;A href="https://n35.meraki.com/api/v0/networks/Network_ID/bluetoothClients?perPage=100&amp;amp;includeConnectivityHistory=true" target="_blank" rel="noopener nofollow noreferrer"&gt;https://n35.meraki.com/api/v0/networks/"Network_ID"/bluetoothClients?perPage=100&amp;amp;includeConnectivityHistory=true&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;and&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;A href="https://n35.meraki.com/api/v1/networks/&amp;quot;Network_ID&amp;quot;/bluetoothClients/&amp;quot;Bluetooth_ID&amp;quot;" target="_blank" rel="noopener nofollow noreferrer"&gt;https://n35.meraki.com/api/v1/networks/"Network_ID"/bluetoothClients/"Bluetooth_ID"&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;Obviously "Network_ID" and "Bluetooth_ID" are replaced with the actual IDs....&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;Kind Regards&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;Ken&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 18:49:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/bluetooth-clients-api-status/m-p/5430735#M5011</guid>
      <dc:creator>JudgeyK</dc:creator>
      <dc:date>2020-02-17T18:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Bluetooth Clients API - Status</title>
      <link>https://community.cisco.com/t5/network-platform-api/bluetooth-clients-api-status/m-p/5430736#M5012</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I believe you will need to perform the API query to get the network ID and the Bluetooth client ID first.&lt;/P&gt;&lt;P&gt;Try below to retrieve the network ID and Bluetooth client ID. And you can find these in API doc.&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.meraki.com/api/v0" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.meraki.com/api/v0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hljs-symbol"&gt;https&lt;/SPAN&gt;&lt;SPAN&gt;://api.meraki.com/api/v0/organizations/{organizationId}/networks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="hljs-symbol"&gt;https&lt;/SPAN&gt;://api.meraki.com/api/v0/networks/{networkId}/bluetoothClients&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 23:17:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/bluetooth-clients-api-status/m-p/5430736#M5012</guid>
      <dc:creator>chricao</dc:creator>
      <dc:date>2020-02-19T23:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Bluetooth Clients API - Status</title>
      <link>https://community.cisco.com/t5/network-platform-api/bluetooth-clients-api-status/m-p/5430737#M5013</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;Thanks for your response.  I did state at the bottom of my post that I was replacing the NetworkID and the ClientID with the actual IDs.&lt;/P&gt;&lt;P&gt;The problem is,  you DO get the status when you are requesting the Network Clients using ;&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.meraki.com/api/v0/organizations/{organizationId}/networks" target="_self" rel="nofollow noopener noreferrer"&gt;https://api.meraki.com/api/v0/organizations/{organizationId}/networks&lt;/A&gt; &lt;/P&gt;&lt;P&gt;however,  you DO NOT get the status when requesting the Bluetooth Clients&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.meraki.com/api/v0/networks/{networkId}/bluetoothClients" target="_self" rel="nofollow noopener noreferrer"&gt;https://api.meraki.com/api/v0/networks/{networkId}/bluetoothClients&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Is this an oversight on Meraki as it is displayed when you use the actual dashboard web pages at &lt;FONT&gt;&lt;A href="https://n35.meraki.com/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://n35.meraki.com/&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Ken&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 08:25:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/bluetooth-clients-api-status/m-p/5430737#M5013</guid>
      <dc:creator>JudgeyK</dc:creator>
      <dc:date>2020-02-20T08:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Bluetooth Clients API - Status</title>
      <link>https://community.cisco.com/t5/network-platform-api/bluetooth-clients-api-status/m-p/5430738#M5014</link>
      <description>&lt;P&gt;Hey &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/37279"&gt;@JudgeyK&lt;/A&gt;!&lt;/P&gt;&lt;P&gt;I've had a dig and I can see what you are talking about:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2020-02-21 at 09.10.04.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/262228iF9B35C6CF10F0FB5/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;vs.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;        &lt;/SPAN&gt;&lt;SPAN&gt;"id"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"664243894382658270"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;        &lt;/SPAN&gt;&lt;SPAN&gt;"mac"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"df:a1:23:3e:da:ab"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;        &lt;/SPAN&gt;&lt;SPAN&gt;"networkId"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"L_664843893860569900"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;        &lt;/SPAN&gt;&lt;SPAN&gt;"name"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;null&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;        &lt;/SPAN&gt;&lt;SPAN&gt;"deviceName"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"vívosmart HR+"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;        &lt;/SPAN&gt;&lt;SPAN&gt;"manufacturer"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"Unknown"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;        &lt;/SPAN&gt;&lt;SPAN&gt;"lastSeen"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;1582222415&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;        &lt;/SPAN&gt;&lt;SPAN&gt;"seenByDeviceMac"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"83:15:77:50:4a:d4"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;        &lt;/SPAN&gt;&lt;SPAN&gt;"inSightAlert"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;        &lt;/SPAN&gt;&lt;SPAN&gt;"outOfSightAlert"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;        &lt;/SPAN&gt;&lt;SPAN&gt;"tags"&lt;/SPAN&gt;&lt;SPAN&gt;: []&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;    }&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;However, I wouldn't rely on the "status" column as there isn't actually a connection (like WiFi or non-BLE bluetooth). The AP is simply listening out for beacons and then they are being presented in the list.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;The best thing is to look at the "lastseen" field and then programmatically decide when they no longer exist (which is what dashboard UI is doing).&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;It makes sense in a human readable format (on the dashboard UI) because you can look at the page and quickly see which which BLE beacons have been here in the last minute or two based on the green symbol, but other than that it doesn't really give much info, and the lastseen field actually gives you more information.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;Hopefully this answers your Q &lt;SPAN class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;Happy Friday!&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 21 Feb 2020 09:24:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/bluetooth-clients-api-status/m-p/5430738#M5014</guid>
      <dc:creator>John_Chandler</dc:creator>
      <dc:date>2020-02-21T09:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Bluetooth Clients API - Status</title>
      <link>https://community.cisco.com/t5/network-platform-api/bluetooth-clients-api-status/m-p/5430739#M5015</link>
      <description>&lt;P&gt;Brilliant,&lt;/P&gt;&lt;P&gt;Thanks John.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 09:48:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/bluetooth-clients-api-status/m-p/5430739#M5015</guid>
      <dc:creator>JudgeyK</dc:creator>
      <dc:date>2020-02-21T09:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Bluetooth Clients API - Status</title>
      <link>https://community.cisco.com/t5/network-platform-api/bluetooth-clients-api-status/m-p/5430740#M5016</link>
      <description>&lt;P&gt;&lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/1742"&gt;@John_Chandler&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Somewhat oddly, my phone is picking up Bluetooth fitbits whilst the AP picks up TVs, but not my phone . . . &lt;/P&gt;</description>
      <pubDate>Sun, 08 Mar 2020 14:08:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/bluetooth-clients-api-status/m-p/5430740#M5016</guid>
      <dc:creator>Uberseehandel</dc:creator>
      <dc:date>2020-03-08T14:08:59Z</dc:date>
    </item>
  </channel>
</rss>

