<?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 Prime Infrastructure REST API RadioDetails in Controllers</title>
    <link>https://community.cisco.com/t5/controllers/prime-infrastructure-rest-api-radiodetails/m-p/3519018#M1182</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="REST.png" class="image-1 jive-image" src="https://community.cisco.com/legacyfs/online/fusion/91422_REST.png" style="height: 14px; width: 620px;" /&gt;Hey, Since a report of all the AP's with their corresponding antenna type is not available in Pirme Infrastructure, I am trying to retreive this information through REST. This works BUT I can't see all the ID's: As you can see I only have 100 ID's (0 -&amp;gt; 99) My question: How can I see all 8227 ID's ? I am running PI 2.2.2 in a ESX. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Kind regards, Ignace&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2015 07:19:28 GMT</pubDate>
    <dc:creator>ignace.sannen</dc:creator>
    <dc:date>2015-11-25T07:19:28Z</dc:date>
    <item>
      <title>Prime Infrastructure REST API RadioDetails</title>
      <link>https://community.cisco.com/t5/controllers/prime-infrastructure-rest-api-radiodetails/m-p/3519018#M1182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="REST.png" class="image-1 jive-image" src="https://community.cisco.com/legacyfs/online/fusion/91422_REST.png" style="height: 14px; width: 620px;" /&gt;Hey, Since a report of all the AP's with their corresponding antenna type is not available in Pirme Infrastructure, I am trying to retreive this information through REST. This works BUT I can't see all the ID's: As you can see I only have 100 ID's (0 -&amp;gt; 99) My question: How can I see all 8227 ID's ? I am running PI 2.2.2 in a ESX. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Kind regards, Ignace&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 07:19:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/prime-infrastructure-rest-api-radiodetails/m-p/3519018#M1182</guid>
      <dc:creator>ignace.sannen</dc:creator>
      <dc:date>2015-11-25T07:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Prime Infrastructure REST API RadioDetails</title>
      <link>https://community.cisco.com/t5/controllers/prime-infrastructure-rest-api-radiodetails/m-p/3519019#M1183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, you're running into the default page size of 100.&amp;nbsp; You can request a larger page using the &lt;CODE&gt;.maxResults&lt;/CODE&gt; query parameter and setting it to 1000.&amp;nbsp; You can also specify the offset into the results using the &lt;CODE&gt;.firstResult&lt;/CODE&gt; parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if you want to get the first page of 1000, send &lt;CODE&gt;/webacs/api/v1/data/RadioDetails?.maxResults=1000&amp;amp;.firstResult=0&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the second page, increase firstResult by 1000 (because that's your page size), so send &lt;CODE&gt;/webacs/api/v1/data/RadioDetails?.maxResults=1000&amp;amp;.firstResult=1000&lt;/CODE&gt; and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lastly, if you want to get the full details of all of your radios, and not just the IDs, add the &lt;CODE&gt;.full&lt;/CODE&gt; query parameter and set it to &lt;CODE&gt;true&lt;/CODE&gt;.&amp;nbsp; For example&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;/webacs/api/v1/data/RadioDetails?.full=true&amp;amp;.maxResults=1000&amp;amp;.firstResult=0&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the API paging documentation on your appliance or on the DevNet reference guide for more details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 17:51:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/prime-infrastructure-rest-api-radiodetails/m-p/3519019#M1183</guid>
      <dc:creator>Spencer Zier</dc:creator>
      <dc:date>2015-11-25T17:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Prime Infrastructure REST API RadioDetails</title>
      <link>https://community.cisco.com/t5/controllers/prime-infrastructure-rest-api-radiodetails/m-p/3519020#M1184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ignace&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 09:30:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/prime-infrastructure-rest-api-radiodetails/m-p/3519020#M1184</guid>
      <dc:creator>ignace.sannen</dc:creator>
      <dc:date>2015-11-26T09:30:57Z</dc:date>
    </item>
  </channel>
</rss>

