<?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: Postman API GET URL in Cloud Networking Platform</title>
    <link>https://community.cisco.com/t5/cloud-networking-platform/postman-api-get-url/m-p/5447660#M11168</link>
    <description>&lt;P&gt;&lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/32914"&gt;@theshmike&lt;/A&gt; is exactly right.&lt;/P&gt;&lt;P&gt;If I can offer general advice: Get some basic information first, then work backwards from the call you want to use to see what it needs.&lt;/P&gt;&lt;P&gt;These call names are based off the names at &lt;A href="https://dashboard.meraki.com/api_docs" target="_blank" rel="nofollow noopener noreferrer"&gt;https://dashboard.meraki.com/api_docs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You will typically need to know your org ID, your network ID, device serial number, and/or client ID.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Org ID:&lt;/STRONG&gt; For multiple orgs, assume you'll have to use "List the organizations that the user has privileges on" each time. If you have a single org, you could run it once and record your org ID someplace secure-ish. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Network ID:&lt;/STRONG&gt; Once you have the org ID, you can get your networkID(s) using "List the networks in an organization".&lt;/P&gt;&lt;P&gt;Now that you have those, look at the other variables that your target call needs.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Serial number?&lt;/STRONG&gt; You can get that using "List devices in an organization" OR "List devices in a network". Or look at the dashboard.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Client ID?&lt;/STRONG&gt; Use "List the clients that have used this network in the timespan" to get a list of client IDs, then find your target based off its mac address.&lt;/P&gt;&lt;P&gt;Always double-check how timespans work, by the way. It may have changed, but used to be some were seconds and some were done in Unix epoch time.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Nov 2019 22:20:13 GMT</pubDate>
    <dc:creator>Nash</dc:creator>
    <dc:date>2019-11-21T22:20:13Z</dc:date>
    <item>
      <title>Postman API GET URL</title>
      <link>https://community.cisco.com/t5/cloud-networking-platform/postman-api-get-url/m-p/5447658#M11166</link>
      <description>&lt;P&gt;I am fairly new to the API world. I have manged to get the Meraki API collection into Postman but I am not able to get some of them to produce information. I am currently trying to run the API to get a list of group policies:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://api.meraki.com/api/v0/networks/:networkId/groupPolicies" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.meraki.com/api/v0/networks/:networkId/groupPolicies&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am not sure what the network ID variable is. How should this information be entered into Postman?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2019 21:08:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-networking-platform/postman-api-get-url/m-p/5447658#M11166</guid>
      <dc:creator>cole0424</dc:creator>
      <dc:date>2019-11-21T21:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Postman API GET URL</title>
      <link>https://community.cisco.com/t5/cloud-networking-platform/postman-api-get-url/m-p/5447659#M11167</link>
      <description>&lt;P&gt;Every network in you org has an unique ID. You can iterate all networks with corresponding IDs with &lt;A href="https://documenter.getpostman.com/view/7928889/SVmsVg6K?version=latest#2fa849cb-e1bc-4e93-884b-d43ec654ce37" 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;Before, you can iterate all orgs your api key has access to with &lt;A href="https://documenter.getpostman.com/view/7928889/SVmsVg6K?version=latest#10e4e523-cd6f-48e4-815d-fec41ee62ada" target="_self" rel="nofollow noopener noreferrer"&gt;https://dashboard.meraki.com/api/v0/organizations&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2019 21:13:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-networking-platform/postman-api-get-url/m-p/5447659#M11167</guid>
      <dc:creator>theshmike</dc:creator>
      <dc:date>2019-11-21T21:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Postman API GET URL</title>
      <link>https://community.cisco.com/t5/cloud-networking-platform/postman-api-get-url/m-p/5447660#M11168</link>
      <description>&lt;P&gt;&lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/32914"&gt;@theshmike&lt;/A&gt; is exactly right.&lt;/P&gt;&lt;P&gt;If I can offer general advice: Get some basic information first, then work backwards from the call you want to use to see what it needs.&lt;/P&gt;&lt;P&gt;These call names are based off the names at &lt;A href="https://dashboard.meraki.com/api_docs" target="_blank" rel="nofollow noopener noreferrer"&gt;https://dashboard.meraki.com/api_docs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You will typically need to know your org ID, your network ID, device serial number, and/or client ID.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Org ID:&lt;/STRONG&gt; For multiple orgs, assume you'll have to use "List the organizations that the user has privileges on" each time. If you have a single org, you could run it once and record your org ID someplace secure-ish. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Network ID:&lt;/STRONG&gt; Once you have the org ID, you can get your networkID(s) using "List the networks in an organization".&lt;/P&gt;&lt;P&gt;Now that you have those, look at the other variables that your target call needs.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Serial number?&lt;/STRONG&gt; You can get that using "List devices in an organization" OR "List devices in a network". Or look at the dashboard.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Client ID?&lt;/STRONG&gt; Use "List the clients that have used this network in the timespan" to get a list of client IDs, then find your target based off its mac address.&lt;/P&gt;&lt;P&gt;Always double-check how timespans work, by the way. It may have changed, but used to be some were seconds and some were done in Unix epoch time.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2019 22:20:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-networking-platform/postman-api-get-url/m-p/5447660#M11168</guid>
      <dc:creator>Nash</dc:creator>
      <dc:date>2019-11-21T22:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Postman API GET URL</title>
      <link>https://community.cisco.com/t5/cloud-networking-platform/postman-api-get-url/m-p/5447661#M11169</link>
      <description>&lt;P&gt;Thank you for the reply, I was able to obtain the information I needed. Guess it's time to start stumbling through my API education.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 13:40:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-networking-platform/postman-api-get-url/m-p/5447661#M11169</guid>
      <dc:creator>cole0424</dc:creator>
      <dc:date>2019-11-22T13:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Postman API GET URL</title>
      <link>https://community.cisco.com/t5/cloud-networking-platform/postman-api-get-url/m-p/5447662#M11170</link>
      <description>&lt;P&gt;Thank you for this information it is very helpful. I really appreciate the quick responses in this community. One of these days I might be able to offer some good advice. Have a great day everyone!&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 13:46:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-networking-platform/postman-api-get-url/m-p/5447662#M11170</guid>
      <dc:creator>cole0424</dc:creator>
      <dc:date>2019-11-22T13:46:30Z</dc:date>
    </item>
  </channel>
</rss>

