<?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: DNA Spaces API clients/count seems to cap at 100 entires in Cisco Catalyst Center</title>
    <link>https://community.cisco.com/t5/cisco-catalyst-center/dna-spaces-api-clients-count-seems-to-cap-at-100-entires/m-p/4754439#M6361</link>
    <description>&lt;P&gt;I tried adding the offset filter like so&amp;nbsp;&lt;A href="https://XXXXXXXXXXX/api/location/v1/clients/count?groupBy=buildingId&amp;amp;associated=true&amp;amp;offset=300" target="_blank"&gt;https://XXXXXXXXXXX/api/location/v1/clients/count?groupBy=buildingId&amp;amp;associated=true&amp;amp;offset=300&lt;/A&gt;&amp;nbsp;but was still returning the same data as without having offset there.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Jan 2023 18:12:02 GMT</pubDate>
    <dc:creator>tristenhendrix03</dc:creator>
    <dc:date>2023-01-13T18:12:02Z</dc:date>
    <item>
      <title>DNA Spaces API clients/count seems to cap at 100 entires</title>
      <link>https://community.cisco.com/t5/cisco-catalyst-center/dna-spaces-api-clients-count-seems-to-cap-at-100-entires/m-p/4754317#M6356</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am working with the DNA spaces REST API and trying to use clients/count with groupBy, but it is returning only 100 entries, from what I can tell. Is there any way to get around this limit? My only other option, from what I have found, would be to get the clients using the /clients endpoint and search by specific building IDs or mac addresses which would be a lot of different calls.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 14:29:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cisco-catalyst-center/dna-spaces-api-clients-count-seems-to-cap-at-100-entires/m-p/4754317#M6356</guid>
      <dc:creator>tristenhendrix03</dc:creator>
      <dc:date>2023-01-13T14:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: DNA Spaces API clients/count seems to cap at 100 entires</title>
      <link>https://community.cisco.com/t5/cisco-catalyst-center/dna-spaces-api-clients-count-seems-to-cap-at-100-entires/m-p/4754390#M6359</link>
      <description>&lt;P&gt;This reminds me of&amp;nbsp;&lt;A href="https://community.cisco.com/t5/cisco-digital-network-architecture-dna/dna-center-api-500-record-limit/td-p/4125116" target="_blank"&gt;https://community.cisco.com/t5/cisco-digital-network-architecture-dna/dna-center-api-500-record-limit/td-p/4125116&lt;/A&gt;&amp;nbsp; which was fixed with the "offset" keyword. &amp;nbsp;I'd hope that all APIs use consistent keywords. &amp;nbsp;Can you try that?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 16:53:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cisco-catalyst-center/dna-spaces-api-clients-count-seems-to-cap-at-100-entires/m-p/4754390#M6359</guid>
      <dc:creator>Preston Chilcote</dc:creator>
      <dc:date>2023-01-13T16:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: DNA Spaces API clients/count seems to cap at 100 entires</title>
      <link>https://community.cisco.com/t5/cisco-catalyst-center/dna-spaces-api-clients-count-seems-to-cap-at-100-entires/m-p/4754439#M6361</link>
      <description>&lt;P&gt;I tried adding the offset filter like so&amp;nbsp;&lt;A href="https://XXXXXXXXXXX/api/location/v1/clients/count?groupBy=buildingId&amp;amp;associated=true&amp;amp;offset=300" target="_blank"&gt;https://XXXXXXXXXXX/api/location/v1/clients/count?groupBy=buildingId&amp;amp;associated=true&amp;amp;offset=300&lt;/A&gt;&amp;nbsp;but was still returning the same data as without having offset there.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 18:12:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cisco-catalyst-center/dna-spaces-api-clients-count-seems-to-cap-at-100-entires/m-p/4754439#M6361</guid>
      <dc:creator>tristenhendrix03</dc:creator>
      <dc:date>2023-01-13T18:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: DNA Spaces API clients/count seems to cap at 100 entires</title>
      <link>https://community.cisco.com/t5/cisco-catalyst-center/dna-spaces-api-clients-count-seems-to-cap-at-100-entires/m-p/4754452#M6362</link>
      <description>&lt;P&gt;Oh wait, this is for DNA Spaces. &amp;nbsp;That's a totally different product than Cisco DNA where you posted this question. &amp;nbsp;Try using the page=2 parameter, or limit=500 to see if it can return more results per page.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 18:45:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cisco-catalyst-center/dna-spaces-api-clients-count-seems-to-cap-at-100-entires/m-p/4754452#M6362</guid>
      <dc:creator>Preston Chilcote</dc:creator>
      <dc:date>2023-01-13T18:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: DNA Spaces API clients/count seems to cap at 100 entires</title>
      <link>https://community.cisco.com/t5/cisco-catalyst-center/dna-spaces-api-clients-count-seems-to-cap-at-100-entires/m-p/4754453#M6363</link>
      <description>&lt;P&gt;I apologize, I posted the same question in a different forum because I couldn't seem to find anything for DNA spaces specifically, and they sent me here. I have tried it with page and limit following the same idea as what I did above but neither worked, unfortunately.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 18:48:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cisco-catalyst-center/dna-spaces-api-clients-count-seems-to-cap-at-100-entires/m-p/4754453#M6363</guid>
      <dc:creator>tristenhendrix03</dc:creator>
      <dc:date>2023-01-13T18:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: DNA Spaces API clients/count seems to cap at 100 entires</title>
      <link>https://community.cisco.com/t5/cisco-catalyst-center/dna-spaces-api-clients-count-seems-to-cap-at-100-entires/m-p/4754455#M6364</link>
      <description>&lt;P&gt;Try opening a TAC case. &amp;nbsp;If it's not supported, then can submit an enhancement request.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 18:58:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cisco-catalyst-center/dna-spaces-api-clients-count-seems-to-cap-at-100-entires/m-p/4754455#M6364</guid>
      <dc:creator>Preston Chilcote</dc:creator>
      <dc:date>2023-01-13T18:58:15Z</dc:date>
    </item>
  </channel>
</rss>

