<?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: How to get tags associated with alfresco content in Drupal? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-tags-associated-with-alfresco-content-in-drupal/m-p/288076#M241206</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is the service to be called for fetching the tags associated with a node -&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/service/api/node/{store_type}/{store_id}/{id}/tags" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/node/{store_type}/{store_id}/{id}/tags&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;e.g. the nodeRef for which the tags are to be retrieved is workspace://SpacesStore/99cb2789-f67e-41ff-bea9-505c138a6b23&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the service to be called in that case becomes - &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/99cb2789-f67e-41ff-bea9-505c138a6b23/tags" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/99cb2789-f67e-41ff-bea9-505c138a6b23/tags&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I curl the same service it would return me a list of tags in json format as below - &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;curl -u admin:admin &lt;A href="http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/99cb2789-f67e-41ff-bea9-505c138a6b23/tags" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/99cb2789-f67e-41ff-bea9-505c138a6b23/tags&lt;/A&gt;&lt;BR /&gt;[&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"project"&lt;BR /&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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 05 Jul 2015 02:59:52 GMT</pubDate>
    <dc:creator>sujaypillai</dc:creator>
    <dc:date>2015-07-05T02:59:52Z</dc:date>
    <item>
      <title>How to get tags associated with alfresco content in Drupal?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-tags-associated-with-alfresco-content-in-drupal/m-p/288075#M241205</link>
      <description>I have created a sync with alfresco content using following configuration:$conf['cmis_repositories'] = array('default' =&amp;gt; array('user' =&amp;gt; 'admin','password' =&amp;gt; 'admin@123','url' =&amp;gt; 'http://localhost:8080/alfresco/service/cmis'));$conf['cmis_sync_map'] = array('page' =&amp;gt; array('enabled'</description>
      <pubDate>Mon, 29 Jun 2015 12:30:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-tags-associated-with-alfresco-content-in-drupal/m-p/288075#M241205</guid>
      <dc:creator>shambhavi</dc:creator>
      <dc:date>2015-06-29T12:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to get tags associated with alfresco content in Drupal?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-tags-associated-with-alfresco-content-in-drupal/m-p/288076#M241206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is the service to be called for fetching the tags associated with a node -&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/service/api/node/{store_type}/{store_id}/{id}/tags" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/node/{store_type}/{store_id}/{id}/tags&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;e.g. the nodeRef for which the tags are to be retrieved is workspace://SpacesStore/99cb2789-f67e-41ff-bea9-505c138a6b23&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the service to be called in that case becomes - &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/99cb2789-f67e-41ff-bea9-505c138a6b23/tags" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/99cb2789-f67e-41ff-bea9-505c138a6b23/tags&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I curl the same service it would return me a list of tags in json format as below - &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;curl -u admin:admin &lt;A href="http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/99cb2789-f67e-41ff-bea9-505c138a6b23/tags" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/99cb2789-f67e-41ff-bea9-505c138a6b23/tags&lt;/A&gt;&lt;BR /&gt;[&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"project"&lt;BR /&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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jul 2015 02:59:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-tags-associated-with-alfresco-content-in-drupal/m-p/288076#M241206</guid>
      <dc:creator>sujaypillai</dc:creator>
      <dc:date>2015-07-05T02:59:52Z</dc:date>
    </item>
  </channel>
</rss>

