<?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: REST API: how to get next page in the api/v1/user/search?q=ad request in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/rest-api-how-to-get-next-page-in-the-api-v1-user-search-q-ad/m-p/327980#M14981</link>
    <description>&lt;P&gt;I tried on Nuxeo 7.4.&lt;/P&gt;
&lt;P&gt;What Nuxeo sends back is also a list of parameters you can give in your query. "currentPageIndex" is also one of these arguments (starts at 0 and is the the default value).
So you can send:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;.../site/api/v1/user/search?q=ad[&amp;amp;]currentPageIndex=1
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Remove the brackets surrounding the "&amp;amp;" and you should get the second page.&lt;/P&gt;</description>
    <pubDate>Fri, 13 Nov 2015 11:15:59 GMT</pubDate>
    <dc:creator>Greg_Drayon</dc:creator>
    <dc:date>2015-11-13T11:15:59Z</dc:date>
    <item>
      <title>REST API: how to get next page in the api/v1/user/search?q=ad request</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/rest-api-how-to-get-next-page-in-the-api-v1-user-search-q-ad/m-p/327979#M14980</link>
      <description>&lt;P&gt;Bonjour&lt;/P&gt;
&lt;P&gt;J'utilise l'API REST et en particulier la requête&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;.../site/api/v1/user/search?q=ad
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;sur ma base Nuxeo, cette requête retourne deux pages de résultats. Mais évidemment, seule la première page de résultats est fournie dans la première réponse&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;{u'isNextPageAvailable': True, u'numberOfPages': 2, u'hasError': False, u'pageSize': 50, u'isLasPageAvailable': True, u'errorMessage': None, u'entity-type': u'users', u'isPreviousPageAvailable': False, u'currentPageSize': 50, u'resultsCount': 54, u'isSortable': False, u'isPaginable': True, u'entries': [...]]
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Comment obtenir la deuxième réponse?&lt;/P&gt;
&lt;P&gt;Merci de votre aide&lt;/P&gt;
&lt;P&gt;Cordialement
Christian&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2014 11:34:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/rest-api-how-to-get-next-page-in-the-api-v1-user-search-q-ad/m-p/327979#M14980</guid>
      <dc:creator>Arnault_</dc:creator>
      <dc:date>2014-05-14T11:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: REST API: how to get next page in the api/v1/user/search?q=ad request</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/rest-api-how-to-get-next-page-in-the-api-v1-user-search-q-ad/m-p/327980#M14981</link>
      <description>&lt;P&gt;I tried on Nuxeo 7.4.&lt;/P&gt;
&lt;P&gt;What Nuxeo sends back is also a list of parameters you can give in your query. "currentPageIndex" is also one of these arguments (starts at 0 and is the the default value).
So you can send:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;.../site/api/v1/user/search?q=ad[&amp;amp;]currentPageIndex=1
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Remove the brackets surrounding the "&amp;amp;" and you should get the second page.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2015 11:15:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/rest-api-how-to-get-next-page-in-the-api-v1-user-search-q-ad/m-p/327980#M14981</guid>
      <dc:creator>Greg_Drayon</dc:creator>
      <dc:date>2015-11-13T11:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: REST API: how to get next page in the api/v1/user/search?q=ad request</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/rest-api-how-to-get-next-page-in-the-api-v1-user-search-q-ad/m-p/327981#M14982</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;</description>
      <pubDate>Sun, 15 Nov 2015 17:26:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/rest-api-how-to-get-next-page-in-the-api-v1-user-search-q-ad/m-p/327981#M14982</guid>
      <dc:creator>Arnault_</dc:creator>
      <dc:date>2015-11-15T17:26:20Z</dc:date>
    </item>
  </channel>
</rss>

