<?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 Repository API in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/rest-repository-api/m-p/232206#M185336</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;Thanks for the answer! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) the return value of this call is HTML … that's not a problem but somewhat ungly &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) is this call documented somewhere in the wiki?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Markus&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 May 2010 10:35:13 GMT</pubDate>
    <dc:creator>makz</dc:creator>
    <dc:date>2010-05-25T10:35:13Z</dc:date>
    <item>
      <title>REST Repository API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rest-repository-api/m-p/232204#M185334</link>
      <description>Hi,I'm trying to access the Alfresco repository via the REST API. Currently I have the problem that I need the ID of a folder/space to get its children or other information about this folder/space:GET /alfresco/service/api/node/{store_type}/{store_id}/{id}/children?types={types}&amp;amp;filter={filter?}</description>
      <pubDate>Tue, 25 May 2010 09:46:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rest-repository-api/m-p/232204#M185334</guid>
      <dc:creator>makz</dc:creator>
      <dc:date>2010-05-25T09:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: REST Repository API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rest-repository-api/m-p/232205#M185335</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;This particular REST API returns the children of a given node (e.g. space). You can use GET alfresco/service/sample/folder/Company Home to list spaces with Company Home. You can modify that webscript to return the nodeRefs (nodeRef = store_type://store_id/id) for all the children. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ainga&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 10:22:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rest-repository-api/m-p/232205#M185335</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2010-05-25T10:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: REST Repository API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rest-repository-api/m-p/232206#M185336</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;Thanks for the answer! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) the return value of this call is HTML … that's not a problem but somewhat ungly &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) is this call documented somewhere in the wiki?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Markus&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 10:35:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rest-repository-api/m-p/232206#M185336</guid>
      <dc:creator>makz</dc:creator>
      <dc:date>2010-05-25T10:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: REST Repository API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rest-repository-api/m-p/232207#M185337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;These API are built using Web Scripts. You can configure multiple return formats. Read up on web scripts: &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Web_Scripts" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Web_Scripts&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can see all the out of the box ones at &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/index" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/index&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ainga&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 11:08:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rest-repository-api/m-p/232207#M185337</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2010-05-25T11:08:14Z</dc:date>
    </item>
  </channel>
</rss>

