<?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: Tagging using BuildIn WebScript in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/tagging-using-buildin-webscript/m-p/254896#M208026</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I do have the same problem passing in the parameter. In some post they said it would be workspace/SpacesStore/Company%20Home/&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However it still doesnt work for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I have working is using &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/api/tagscopes/site/mysite/tags" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/tagscopes/site/mysite/tags&lt;/A&gt;&lt;SPAN&gt; which would retrieve all tags on mysite (name of the site im working).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also it seems that there is indeed a few reference on how to consume the restapi and the params are not provided with clear documentation for starter like us.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Aug 2011 05:57:54 GMT</pubDate>
    <dc:creator>brogits</dc:creator>
    <dc:date>2011-08-30T05:57:54Z</dc:date>
    <item>
      <title>Tagging using BuildIn WebScript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tagging-using-buildin-webscript/m-p/254895#M208025</link>
      <description>Hi,I am very new to the Alfresco WebScript API.I try to use the tagging functionality. For that I called:GET /alfresco/service/api/node/{store_type}/{store_id}/{id}/tagsThis is what I found in the API reference, and everything works fine &lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;I am a little bit confused about the documentation. Now I'd</description>
      <pubDate>Mon, 18 Apr 2011 15:56:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tagging-using-buildin-webscript/m-p/254895#M208025</guid>
      <dc:creator>zille1601</dc:creator>
      <dc:date>2011-04-18T15:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Tagging using BuildIn WebScript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tagging-using-buildin-webscript/m-p/254896#M208026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I do have the same problem passing in the parameter. In some post they said it would be workspace/SpacesStore/Company%20Home/&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However it still doesnt work for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I have working is using &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/api/tagscopes/site/mysite/tags" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/tagscopes/site/mysite/tags&lt;/A&gt;&lt;SPAN&gt; which would retrieve all tags on mysite (name of the site im working).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also it seems that there is indeed a few reference on how to consume the restapi and the params are not provided with clear documentation for starter like us.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 05:57:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tagging-using-buildin-webscript/m-p/254896#M208026</guid>
      <dc:creator>brogits</dc:creator>
      <dc:date>2011-08-30T05:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Tagging using BuildIn WebScript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tagging-using-buildin-webscript/m-p/254897#M208027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi i am trying to get the tags on my site using the same api which you use, but of no success&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can you paste here the params you used for {store_type}/{store_id}/{id}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i understand it would be different for each site, but in my case i tried&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/service/api/node/workspace/StoresSpaces/mysite/tags" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/node/workspace/StoresSpaces/mysite/tags&lt;/A&gt;&lt;SPAN&gt; but im getting 400 error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;I am very new to the Alfresco WebScript API.&lt;BR /&gt;I try to use the tagging functionality. For that I called:&lt;BR /&gt;&lt;BR /&gt;GET /alfresco/service/api/node/{store_type}/{store_id}/{id}/tags&lt;BR /&gt;&lt;BR /&gt;This is what I found in the API reference, and everything works fine &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;BR /&gt;I am a little bit confused about the documentation. Now I'd like to add a new TAG with a POST request, but i couldn't find the documentation about the parameter!&lt;BR /&gt;&lt;BR /&gt;Can anybody help me, how to find out the parameter names and the value format?&lt;BR /&gt;It would be nice &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;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Stefan&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 10:03:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tagging-using-buildin-webscript/m-p/254897#M208027</guid>
      <dc:creator>ecogtip</dc:creator>
      <dc:date>2011-08-30T10:03:39Z</dc:date>
    </item>
  </channel>
</rss>

