<?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 to fetch all the documents in a workspace in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/rest-api-to-fetch-all-the-documents-in-a-workspace/m-p/325099#M12100</link>
    <description>&lt;P&gt;Use this: &lt;A href="http://localhost:8080/nuxeo/site/api/v1/path/@children" target="test_blank"&gt;http://localhost:8080/nuxeo/site/api/v1/path/@children&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This will return you the json of all documents under root "/". hope this will solve your problem.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Nov 2015 10:21:52 GMT</pubDate>
    <dc:creator>Anurag_Kumar</dc:creator>
    <dc:date>2015-11-04T10:21:52Z</dc:date>
    <item>
      <title>REST API to fetch all the documents in a workspace</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/rest-api-to-fetch-all-the-documents-in-a-workspace/m-p/325097#M12098</link>
      <description>&lt;P&gt;I need to fetch all folders/documents inside a workspace. I was going through the REST APIs mentioned &lt;A href="https://doc.nuxeo.com/display/NXDOC/REST+API"&gt;here&lt;/A&gt; and tried the following REST call:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://localhost:8080/nuxeo/site/api/v1/path/default-domain/workspaces/templatesamples" target="test_blank"&gt;http://localhost:8080/nuxeo/site/api/v1/path/default-domain/workspaces/templatesamples&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;But this returns only the workspace document and not its children.&lt;/P&gt;
&lt;P&gt;Is there any REST API to get all folders/contents in a workspace or in a folder?&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2015 11:40:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/rest-api-to-fetch-all-the-documents-in-a-workspace/m-p/325097#M12098</guid>
      <dc:creator>Pranav_Pal</dc:creator>
      <dc:date>2015-05-27T11:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: REST API to fetch all the documents in a workspace</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/rest-api-to-fetch-all-the-documents-in-a-workspace/m-p/325098#M12099</link>
      <description>&lt;P&gt;Just do a query with &lt;CODE&gt;/api/v1/query&lt;/CODE&gt; (see &lt;A href="http://nuxeo.github.io/api-playground/#/resources"&gt;the Nuxeo API Playground&lt;/A&gt;) and pass a query like &lt;CODE&gt;SELECT * FROM Document WHERE ecm:path STARTSWITH '/default-domain/workspaces/templatesamples'&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2015 14:05:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/rest-api-to-fetch-all-the-documents-in-a-workspace/m-p/325098#M12099</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2015-05-28T14:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: REST API to fetch all the documents in a workspace</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/rest-api-to-fetch-all-the-documents-in-a-workspace/m-p/325099#M12100</link>
      <description>&lt;P&gt;Use this: &lt;A href="http://localhost:8080/nuxeo/site/api/v1/path/@children" target="test_blank"&gt;http://localhost:8080/nuxeo/site/api/v1/path/@children&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This will return you the json of all documents under root "/". hope this will solve your problem.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 10:21:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/rest-api-to-fetch-all-the-documents-in-a-workspace/m-p/325099#M12100</guid>
      <dc:creator>Anurag_Kumar</dc:creator>
      <dc:date>2015-11-04T10:21:52Z</dc:date>
    </item>
  </channel>
</rss>

