<?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 Re: API Dashboard &amp;quot;Return a client&amp;quot; GET doesn't works in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412146#M2112</link>
    <description>&lt;P&gt;&lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/5479"&gt;@antoniogrillo&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I don't track my clients by IP.  You need to turn that on.&lt;/P&gt;&lt;P&gt;see documentation:&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.meraki.com/MX-Z/Monitoring_and_Reporting/Client_Tracking_Options" target="_blank" rel="nofollow noopener noreferrer"&gt;https://documentation.meraki.com/MX-Z/Monitoring_and_Reporting/Client_Tracking_Options&lt;/A&gt;&lt;/P&gt;&lt;P&gt;FYI, I tried to test tracking by IP and got the following error:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Tracking clients by IP addresses is not supported in a combined network and will break client tracking data.&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Thu, 21 Jun 2018 21:47:15 GMT</pubDate>
    <dc:creator>psteinbe</dc:creator>
    <dc:date>2018-06-21T21:47:15Z</dc:date>
    <item>
      <title>API Dashboard "Return a client" GET doesn't works</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412139#M2105</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try to use postman for this GET via Dashboard API but doesn't works, some ideas?&lt;/P&gt;&lt;P&gt;GET Return a client&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.meraki.com/api/v0/networks/{{networkId}}/clients/{{clientMac" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.meraki.com/api/v0/networks/{{networkId}}/clients/{{clientMac&lt;/A&gt;}}&lt;BR /&gt;Return the client associated with the given identifier. This endpoint will lookup by client ID or either the MAC or IP depending on whether the network uses Track-by-IP.&lt;/P&gt;&lt;P&gt;All the GET without "clientMac" variable works perfectly.&lt;/P&gt;&lt;P&gt;&lt;A href="https://documenter.getpostman.com/view/897512/meraki-dashboard-api/2To9xm#intro" target="_blank" rel="nofollow noopener noreferrer"&gt;https://documenter.getpostman.com/view/897512/meraki-dashboard-api/2To9xm#intro&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Some ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 17:31:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412139#M2105</guid>
      <dc:creator>antoniogrillo</dc:creator>
      <dc:date>2018-06-21T17:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: API Dashboard "Return a client" GET doesn't works</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412140#M2106</link>
      <description>&lt;P&gt;Try adding the &lt;SPAN&gt;timespan parameter to your URL.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://api.meraki.com/api/v0/networks/{{networkId}}/clients/{{clientMac}}?timespan=7200" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.meraki.com/api/v0/networks/{{networkId}}/clients/{{clientMac}}?timespan=7200&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 18:10:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412140#M2106</guid>
      <dc:creator>hody.crouch</dc:creator>
      <dc:date>2018-06-21T18:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: API Dashboard "Return a client" GET doesn't works</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412141#M2107</link>
      <description>&lt;P&gt;I take that back.  I can't get this new API to work either.&lt;/P&gt;&lt;P&gt;I've had success in the past with the similar API&lt;/P&gt;&lt;P&gt;/api/v0/devices/[serial]/clients?timespan=7200&lt;/P&gt;&lt;P&gt;This returns all devices connected to a specified device.  You would call this API for each device in a network.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 18:21:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412141#M2107</guid>
      <dc:creator>hody.crouch</dc:creator>
      <dc:date>2018-06-21T18:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: API Dashboard "Return a client" GET doesn't works</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412142#M2108</link>
      <description>&lt;P&gt;I haven't had an issue with new the API call.  Can you post your results? &lt;/P&gt;&lt;P&gt;This is the get request from my Postman "&lt;SPAN class="resolvedVariable"&gt;&lt;SPAN&gt;{{baseUrl}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;/networks/&lt;/SPAN&gt;&lt;SPAN class="resolvedVariable"&gt;&lt;SPAN&gt;{{networkId}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;/clients/&lt;/SPAN&gt;&lt;SPAN class="resolvedVariable"&gt;&lt;SPAN&gt;{{clientMac}}"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 19:19:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412142#M2108</guid>
      <dc:creator>psteinbe</dc:creator>
      <dc:date>2018-06-21T19:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: API Dashboard "Return a client" GET doesn't works</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412143#M2109</link>
      <description>&lt;P&gt;&lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/2595"&gt;@hody.crouch&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Yes, this work also for me, in fact there isn't client variable.&lt;/P&gt;&lt;P&gt;I need with a single call GET identify a mac-address client if i know its IP Address.&lt;/P&gt;&lt;P&gt;If i search in a client list i need a DB for scanning the data...&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 21:19:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412143#M2109</guid>
      <dc:creator>antoniogrillo</dc:creator>
      <dc:date>2018-06-21T21:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: API Dashboard "Return a client" GET doesn't works</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412144#M2110</link>
      <description>&lt;P&gt;&lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/1711"&gt;@psteinbe&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for you works also if you put the IP address in clientmac variable?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 21:25:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412144#M2110</guid>
      <dc:creator>antoniogrillo</dc:creator>
      <dc:date>2018-06-21T21:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: API Dashboard "Return a client" GET doesn't works</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412145#M2111</link>
      <description>I'm seeing the same issue.&lt;BR /&gt;&lt;BR /&gt;I see that the PIP module is updated (0.34) and it has the Client function defined.&lt;BR /&gt;&lt;BR /&gt;when I attempt to make the call, however, it fails.&lt;BR /&gt;it doesn't matter if I use the mac, IP or client-ID.&lt;BR /&gt;&lt;BR /&gt;for anyone that can make this work, what is your dashboard address?&lt;BR /&gt;I'm hitting n49, and I'm wondering if there is just a slowness in the calls being opened to other shards</description>
      <pubDate>Thu, 21 Jun 2018 21:34:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412145#M2111</guid>
      <dc:creator>Stephen Rodriguez</dc:creator>
      <dc:date>2018-06-21T21:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: API Dashboard "Return a client" GET doesn't works</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412146#M2112</link>
      <description>&lt;P&gt;&lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/5479"&gt;@antoniogrillo&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I don't track my clients by IP.  You need to turn that on.&lt;/P&gt;&lt;P&gt;see documentation:&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.meraki.com/MX-Z/Monitoring_and_Reporting/Client_Tracking_Options" target="_blank" rel="nofollow noopener noreferrer"&gt;https://documentation.meraki.com/MX-Z/Monitoring_and_Reporting/Client_Tracking_Options&lt;/A&gt;&lt;/P&gt;&lt;P&gt;FYI, I tried to test tracking by IP and got the following error:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Tracking clients by IP addresses is not supported in a combined network and will break client tracking data.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 21 Jun 2018 21:47:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412146#M2112</guid>
      <dc:creator>psteinbe</dc:creator>
      <dc:date>2018-06-21T21:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: API Dashboard "Return a client" GET doesn't works</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412147#M2113</link>
      <description>I read that:&lt;BR /&gt;"Return the client associated with the given identifier. This endpoint will lookup by client ID or either the MAC or IP depending on whether the network uses Track-by-IP."&lt;BR /&gt;&lt;BR /&gt;the way I read this:&lt;BR /&gt;1) We should always be able to poll for the client ID&lt;BR /&gt;2) poll via mac or IP, is based on Client Tracking.&lt;BR /&gt;&lt;BR /&gt;I'm tracking by Mac and not IP as well, so I should be able to do a call with the client Mac address and have that return. It does not.&lt;BR /&gt;&lt;BR /&gt;I should be always able to make the call and use the client ID and have that return, it does not.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jun 2018 21:58:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412147#M2113</guid>
      <dc:creator>Stephen Rodriguez</dc:creator>
      <dc:date>2018-06-21T21:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: API Dashboard "Return a client" GET doesn't works</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412148#M2114</link>
      <description>&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="meraki_get.jpg" style="width: 563px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.jpeg"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/262019iBC0E320ABEEEDD49/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.jpeg" alt="image.jpeg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;may be the call function isn't activate yet ??&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2018 07:56:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412148#M2114</guid>
      <dc:creator>antoniogrillo</dc:creator>
      <dc:date>2018-06-22T07:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: API Dashboard "Return a client" GET doesn't works</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412149#M2115</link>
      <description>&lt;P&gt;The clientMac has to be in the same networkId. I have searched for a mac that was not in the network I had set in my variables and it returned a 404. &lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2018 12:48:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412149#M2115</guid>
      <dc:creator>psteinbe</dc:creator>
      <dc:date>2018-06-22T12:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: API Dashboard "Return a client" GET doesn't works</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412150#M2116</link>
      <description>&lt;P&gt;&lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/1711"&gt;@psteinbe&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hi, the clients are in the same networkId, i put the IP from this other GET call....&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="meraki_get2.jpg" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.jpeg"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/262021iBE940DA520BA7839/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.jpeg" alt="image.jpeg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2018 13:19:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412150#M2116</guid>
      <dc:creator>antoniogrillo</dc:creator>
      <dc:date>2018-06-22T13:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: API Dashboard "Return a client" GET doesn't works</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412151#M2117</link>
      <description>&lt;P&gt;&lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/5479"&gt;@antoniogrillo&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Can you show me your Security Appliance/Addressing &amp;amp; Vlans page?&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="meraki_comm.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.jpeg"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/262022i6729A6B5546ED2EA/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.jpeg" alt="image.jpeg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2018 14:06:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412151#M2117</guid>
      <dc:creator>psteinbe</dc:creator>
      <dc:date>2018-06-22T14:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: API Dashboard "Return a client" GET doesn't works</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412152#M2118</link>
      <description>&lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/1711"&gt;@psteinbe&lt;/A&gt; it shouldn't matter what your tracking is set to, as long as you are calling the correct element. If you are tracking by Mac, you call the client Mac. if you are tracking by IP, you call the client IP. but you should *always* be able to call the client ID. I just tested this both with track Mac and track IP and I get a 404 error either way I try to test it.</description>
      <pubDate>Fri, 22 Jun 2018 14:16:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412152#M2118</guid>
      <dc:creator>Stephen Rodriguez</dc:creator>
      <dc:date>2018-06-22T14:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: API Dashboard "Return a client" GET doesn't works</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412153#M2119</link>
      <description>I've reached out to the SE that posted the meraki.py on Github to see if he can weigh in on this as well.</description>
      <pubDate>Fri, 22 Jun 2018 14:23:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412153#M2119</guid>
      <dc:creator>Stephen Rodriguez</dc:creator>
      <dc:date>2018-06-22T14:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: API Dashboard "Return a client" GET doesn't works</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412154#M2120</link>
      <description>&lt;P&gt;Works both ways for me.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="meraki_comm3.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.jpeg"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/262023i514D9E3FA741ABB1/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.jpeg" alt="image.jpeg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="meraki_comm2.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.jpeg"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/262024iF6DC538137C48D03/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.jpeg" alt="image.jpeg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2018 14:24:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412154#M2120</guid>
      <dc:creator>psteinbe</dc:creator>
      <dc:date>2018-06-22T14:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: API Dashboard "Return a client" GET doesn't works</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412155#M2121</link>
      <description>&lt;P&gt;Hi team, these new GDPR/PII calls are already active, but don't show up by default for non-European Dashboard orgs yet. You can, however, have Meraki Support or your SE enable them by requesting the org to have PII endpoints turned on.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2018 14:27:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412155#M2121</guid>
      <dc:creator>Shiyue Cheng</dc:creator>
      <dc:date>2018-06-22T14:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: API Dashboard "Return a client" GET doesn't works</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412156#M2122</link>
      <description>&lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/3908"&gt;@Shiyue Cheng&lt;/A&gt; so the new "client" calls pertain GDPR? thank you for weighing in Shiyue</description>
      <pubDate>Fri, 22 Jun 2018 14:30:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412156#M2122</guid>
      <dc:creator>Stephen Rodriguez</dc:creator>
      <dc:date>2018-06-22T14:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: API Dashboard "Return a client" GET doesn't works</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412157#M2123</link>
      <description>&lt;P&gt;That's correct, so you need the backend option to enable it.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2018 14:31:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412157#M2123</guid>
      <dc:creator>Shiyue Cheng</dc:creator>
      <dc:date>2018-06-22T14:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: API Dashboard "Return a client" GET doesn't works</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412158#M2124</link>
      <description>&lt;P&gt;&lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/3908"&gt;@Shiyue Cheng&lt;/A&gt; Good to know.  My SE must have enabled. &lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2018 14:35:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-dashboard-quot-return-a-client-quot-get-doesn-t-works/m-p/5412158#M2124</guid>
      <dc:creator>psteinbe</dc:creator>
      <dc:date>2018-06-22T14:35:20Z</dc:date>
    </item>
  </channel>
</rss>

