<?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 getchildren from with sandbox via rest api in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/getchildren-from-with-sandbox-via-rest-api/m-p/238158#M191288</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Read the wiki (&lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Repository_RESTful_API_Reference" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Repository_RESTful_API_Reference&lt;/A&gt;&lt;SPAN&gt;). Re read the wiki.&amp;nbsp;&amp;nbsp; Spent many a day googling and looking over this forum.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why does this not return a 'collection' of child nodes?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;A href="http://localhost:8080/alfresco/service/api/node/avm/test-site--admin/-1;www;avm_webapps;ROOT;testfolder/children" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/node/avm/test-site--admin/-1;www;avm_webapps;ROOT;testfolder/children&lt;/A&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;According to the documentation, it should.&amp;nbsp;&amp;nbsp; Yes there are nodes in the 'testfolder' folder.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Nov 2009 04:58:29 GMT</pubDate>
    <dc:creator>positron</dc:creator>
    <dc:date>2009-11-20T04:58:29Z</dc:date>
    <item>
      <title>getchildren from with sandbox via rest api</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/getchildren-from-with-sandbox-via-rest-api/m-p/238158#M191288</link>
      <description>Read the wiki (http://wiki.alfresco.com/wiki/Repository_RESTful_API_Reference). Re read the wiki.&amp;nbsp;&amp;nbsp; Spent many a day googling and looking over this forum.&amp;nbsp;&amp;nbsp; Why does this not return a 'collection' of child nodes?http://localhost:8080/alfresco/service/api/node/avm/test-site--admin/-1;www;avm_webapps;</description>
      <pubDate>Fri, 20 Nov 2009 04:58:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/getchildren-from-with-sandbox-via-rest-api/m-p/238158#M191288</guid>
      <dc:creator>positron</dc:creator>
      <dc:date>2009-11-20T04:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: getchildren from with sandbox via rest api</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/getchildren-from-with-sandbox-via-rest-api/m-p/238159#M191289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;according to restful architecture or design. It will return the collection in the java script of JS (Controller)file of your web script. this you need to add it to the model &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;model.results=collection&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;and utilize the same in freemarker(View) file user variable"results", and you can make a response in JSON,HtmL, or XML.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Maruti&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2009 09:49:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/getchildren-from-with-sandbox-via-rest-api/m-p/238159#M191289</guid>
      <dc:creator>marutiprasad</dc:creator>
      <dc:date>2009-11-30T09:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: getchildren from with sandbox via rest api</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/getchildren-from-with-sandbox-via-rest-api/m-p/238160#M191290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Cheers for that.&amp;nbsp; I am not aiming to utilise this functionality in a web-script.&amp;nbsp; Just keen to see results return via the web browser for the time being. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/service/api/node/avm/test-site--admin/-1;www;avm_webapps;ROOT;testfolder/children?results=collection" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/node/avm/test-site--admin/-1;www;avm_webapps;ROOT;testfolder/children?results=collection&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/service/api/node/avm/test-site--admin/-1;www;avm_webapps;ROOT;testfolder/children?results=json" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/node/avm/test-site--admin/-1;www;avm_webapps;ROOT;testfolder/children?results=json&lt;/A&gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Is that the idea?&amp;nbsp; They both don't return a 'collection'.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 04:23:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/getchildren-from-with-sandbox-via-rest-api/m-p/238160#M191290</guid>
      <dc:creator>positron</dc:creator>
      <dc:date>2009-12-02T04:23:22Z</dc:date>
    </item>
  </channel>
</rss>

