<?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 Web Linking pagination implementation for the Locations Endpoint in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/web-linking-pagination-implementation-for-the-locations-endpoint/m-p/4930756#M2471</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I currently have around 8 locations specified within my customer; when I make a request to get the locations (&lt;A href="https://developer.webex.com/docs/api/v1/locations/list-locations" target="_blank"&gt;https://developer.webex.com/docs/api/v1/locations/list-locations&lt;/A&gt;), whilst setting a max, I get an expected response back containing a links header.&lt;/P&gt;&lt;P&gt;First request:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://webexapis.com/v1/locations?max=2&amp;amp;orgId=" target="_blank"&gt;https://webexapis.com/v1/locations?max=2&amp;amp;orgId=&lt;/A&gt;&lt;STRONG&gt;[ORG_ID]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Returns the first two locations along with&amp;nbsp;the following URL within a Links header&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://webexapis.com/v1/locations?max=2&amp;amp;orgId=" target="_blank"&gt;https://webexapis.com/v1/locations?max=2&amp;amp;orgId=&lt;/A&gt;&lt;STRONG&gt;[ORG_ID]&lt;/STRONG&gt;&amp;amp;cursor=bWF4PTImY3Vyc29yPVRXRnlheWR6SUVKaGNtND0&lt;BR /&gt;&lt;BR /&gt;If I use the above returned URL to attempt to return the second page of results - I just get the first two locations back again.&lt;BR /&gt;&lt;BR /&gt;What is the correct syntax for the request to get paginated results?&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Thu, 28 Sep 2023 09:23:08 GMT</pubDate>
    <dc:creator>markwalsh</dc:creator>
    <dc:date>2023-09-28T09:23:08Z</dc:date>
    <item>
      <title>Web Linking pagination implementation for the Locations Endpoint</title>
      <link>https://community.cisco.com/t5/webex-for-developers/web-linking-pagination-implementation-for-the-locations-endpoint/m-p/4930756#M2471</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I currently have around 8 locations specified within my customer; when I make a request to get the locations (&lt;A href="https://developer.webex.com/docs/api/v1/locations/list-locations" target="_blank"&gt;https://developer.webex.com/docs/api/v1/locations/list-locations&lt;/A&gt;), whilst setting a max, I get an expected response back containing a links header.&lt;/P&gt;&lt;P&gt;First request:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://webexapis.com/v1/locations?max=2&amp;amp;orgId=" target="_blank"&gt;https://webexapis.com/v1/locations?max=2&amp;amp;orgId=&lt;/A&gt;&lt;STRONG&gt;[ORG_ID]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Returns the first two locations along with&amp;nbsp;the following URL within a Links header&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://webexapis.com/v1/locations?max=2&amp;amp;orgId=" target="_blank"&gt;https://webexapis.com/v1/locations?max=2&amp;amp;orgId=&lt;/A&gt;&lt;STRONG&gt;[ORG_ID]&lt;/STRONG&gt;&amp;amp;cursor=bWF4PTImY3Vyc29yPVRXRnlheWR6SUVKaGNtND0&lt;BR /&gt;&lt;BR /&gt;If I use the above returned URL to attempt to return the second page of results - I just get the first two locations back again.&lt;BR /&gt;&lt;BR /&gt;What is the correct syntax for the request to get paginated results?&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 09:23:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/web-linking-pagination-implementation-for-the-locations-endpoint/m-p/4930756#M2471</guid>
      <dc:creator>markwalsh</dc:creator>
      <dc:date>2023-09-28T09:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Web Linking pagination implementation for the Locations Endpoint</title>
      <link>https://community.cisco.com/t5/webex-for-developers/web-linking-pagination-implementation-for-the-locations-endpoint/m-p/4930792#M2472</link>
      <description>&lt;P&gt;I've had a colleague point out to me that the cursor itself is base64 encoded; but even when decoded and I use the following&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;max=2&amp;amp;cursor=TWFyaydzIEJhcm4=&lt;BR /&gt;&lt;BR /&gt;I still only get the last result from my list of locations rather than the 3rd and 4th.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 10:35:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/web-linking-pagination-implementation-for-the-locations-endpoint/m-p/4930792#M2472</guid>
      <dc:creator>markwalsh</dc:creator>
      <dc:date>2023-09-28T10:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Web Linking pagination implementation for the Locations Endpoint</title>
      <link>https://community.cisco.com/t5/webex-for-developers/web-linking-pagination-implementation-for-the-locations-endpoint/m-p/4931148#M2474</link>
      <description>&lt;P&gt;The link URL should be 'transparent' in that you shouldn't need to decode/parse/modify it to use it.&lt;/P&gt;
&lt;P&gt;It seems like there may be a problem with this specific API resource, as the link functionality should work as you expect, see &lt;A href="https://developer.webex.com/docs/basics#pagination" target="_self"&gt;Pagination&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;I would suggest opening a formal support request to see if this might be a defect: &lt;A href="https://developer.webex.com/support" target="_self"&gt;Webex Developer Support&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 17:45:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/web-linking-pagination-implementation-for-the-locations-endpoint/m-p/4931148#M2474</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2023-09-28T17:45:39Z</dc:date>
    </item>
  </channel>
</rss>

