<?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: Get Organization Devices using standard web API call in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/get-organization-devices-using-standard-web-api-call/m-p/5425879#M4329</link>
    <description>&lt;P&gt;The first link &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/1069"&gt;@jscorb&lt;/A&gt; gave you includes examples.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Apr 2024 15:56:42 GMT</pubDate>
    <dc:creator>Philip D'Ath</dc:creator>
    <dc:date>2024-04-11T15:56:42Z</dc:date>
    <item>
      <title>Get Organization Devices using standard web API call</title>
      <link>https://community.cisco.com/t5/network-platform-api/get-organization-devices-using-standard-web-api-call/m-p/5425876#M4326</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I hope you're doing well.&lt;/P&gt;&lt;P&gt;I'm currently working on a project where I need to retrieve data for all our devices using the standard web API call and integrate it into PowerBI for reporting purposes. However, I've encountered an issue where the API limits the response to only 1000 devices, whereas we have more than that in our network.&lt;/P&gt;&lt;P&gt;I've explored the documentation and found that I might need to utilize parameters such as "startingAfter" and "endingBefore" to overcome this limitation, but I'm unfamiliar with how to implement them effectively.&lt;/P&gt;&lt;P&gt;I would greatly appreciate your support and guidance in finding a solution to this issue.&lt;/P&gt;&lt;P&gt;Thank you for your assistance.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 10:18:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/get-organization-devices-using-standard-web-api-call/m-p/5425876#M4326</guid>
      <dc:creator>Nabi</dc:creator>
      <dc:date>2024-04-11T10:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Get Organization Devices using standard web API call</title>
      <link>https://community.cisco.com/t5/network-platform-api/get-organization-devices-using-standard-web-api-call/m-p/5425877#M4327</link>
      <description>&lt;P&gt;You need to use the pagination features, see...&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/meraki/api-v1/pagination/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/pagination/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;A simple way is to use the Meraki Python library as it can handle this for you, as well as rate limiting, which is another topic...&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/meraki/dashboard-api-python" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/meraki/dashboard-api-python&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/meraki/api-v1/rate-limit/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/rate-limit/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 13:12:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/get-organization-devices-using-standard-web-api-call/m-p/5425877#M4327</guid>
      <dc:creator>sungod</dc:creator>
      <dc:date>2024-04-11T13:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Get Organization Devices using standard web API call</title>
      <link>https://community.cisco.com/t5/network-platform-api/get-organization-devices-using-standard-web-api-call/m-p/5425878#M4328</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/1069"&gt;@jscorb&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Thanks for your response and the resources you provided.&lt;/P&gt;&lt;P&gt;Currently, I'm using Meraki Python code to retrieve data, which works well. However, I'm unable to schedule automatic refreshes in PowerBI due to the process's nature. This is why I'm exploring the standard web API call.&lt;/P&gt;&lt;P&gt;While I've reviewed the documentation on pagination, I'm still seeking additional resources, guidance or demo. If you have any suggestions, I'd appreciate it.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 14:08:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/get-organization-devices-using-standard-web-api-call/m-p/5425878#M4328</guid>
      <dc:creator>Nabi</dc:creator>
      <dc:date>2024-04-11T14:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Get Organization Devices using standard web API call</title>
      <link>https://community.cisco.com/t5/network-platform-api/get-organization-devices-using-standard-web-api-call/m-p/5425879#M4329</link>
      <description>&lt;P&gt;The first link &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/1069"&gt;@jscorb&lt;/A&gt; gave you includes examples.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 15:56:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/get-organization-devices-using-standard-web-api-call/m-p/5425879#M4329</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2024-04-11T15:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Get Organization Devices using standard web API call</title>
      <link>https://community.cisco.com/t5/network-platform-api/get-organization-devices-using-standard-web-api-call/m-p/5425880#M4330</link>
      <description>&lt;P&gt;This code does an inventory collection of all APs for your org.&lt;BR /&gt;&lt;A href="https://github.com/jadexing/Merakicode/blob/main/MerakiInventory.py" target="_blank" rel="nofollow noopener noreferrer"&gt;Merakicode/MerakiInventory.py at main · jadexing/Merakicode (github.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have some code that also gives serial numbers in my collection, too.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 15:58:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/get-organization-devices-using-standard-web-api-call/m-p/5425880#M4330</guid>
      <dc:creator>Jamiegprice15</dc:creator>
      <dc:date>2024-04-11T15:58:53Z</dc:date>
    </item>
  </channel>
</rss>

