<?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: Alfresco API to get custom metadata in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-api-to-get-custom-metadata/m-p/299514#M252644</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, Thanks. This is really helpful. Can you please let me know if there is api to get folders in a category? and files/records/documents in a folder? Once I get folders in a category, By using nodeRef of folders, I will be able to get all the documents in that folder and metadata of each document. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To achieve this, am using &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt; &lt;A href="http://127.0.0.1:8090/alfresco/service/slingshot/doclib/doclist/documents/site/rm/documentLibrary/TestCat1/%22+" rel="nofollow noopener noreferrer"&gt;http://127.0.0.1:8090/alfresco/service/slingshot/doclib/doclist/documents/site/rm/documentLibrary/TestCat1/'+&lt;/A&gt; folderName + "alf_ticket=" + authTicket; &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;BR /&gt;&lt;SPAN&gt;Is there a simpler way?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jun 2016 18:26:54 GMT</pubDate>
    <dc:creator>ramyapratyusha</dc:creator>
    <dc:date>2016-06-06T18:26:54Z</dc:date>
    <item>
      <title>Alfresco API to get custom metadata</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-api-to-get-custom-metadata/m-p/299511#M252641</link>
      <description>We are moving to Alfresco Content Management system and there is no direct documentation for retrieving custom metadata.Is there a way to get custom metadata/ custom properties that I have added to Record category in Alfresco Records Management File plan? Custom metadata is basically the data fields</description>
      <pubDate>Fri, 03 Jun 2016 16:16:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-api-to-get-custom-metadata/m-p/299511#M252641</guid>
      <dc:creator>ramyapratyusha</dc:creator>
      <dc:date>2016-06-03T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco API to get custom metadata</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-api-to-get-custom-metadata/m-p/299512#M252642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;well, there is rather complete documentation about a standard API to access documents and metadata. That API is called CMIS. It is documented both &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/5.1/pra/1/topics/cmis-welcome.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/5.1/pra/1/topics/cmis-welcome.html&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;in the Alfresco documentation&amp;lt;/a&amp;gt; and &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="http://docs.oasis-open.org/cmis/CMIS/v1.1/CMIS-v1.1.html" rel="nofollow noopener noreferrer"&gt;http://docs.oasis-open.org/cmis/CMIS/v1.1/CMIS-v1.1.html&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;by itself&amp;lt;/a&amp;gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You should not use the Alfresco internal ReST endpoints for application integration as these endpoints may change between Alfresco versions. Only the CMIS / Public API are guaranteed to remain compatible within the specific API version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 07:35:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-api-to-get-custom-metadata/m-p/299512#M252642</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2016-06-06T07:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco API to get custom metadata</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-api-to-get-custom-metadata/m-p/299513#M252643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am not sure if there is any specific service for RM. But below service for sure will give you all metadata including your custom one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;/alfresco/service/api/metadata?nodeRef=workspace://SpacesStore/a2a6c249-c55d-4d29-8692-3e9cb1f811a8&amp;nbsp; [GET service]&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 08:17:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-api-to-get-custom-metadata/m-p/299513#M252643</guid>
      <dc:creator>niketapatel</dc:creator>
      <dc:date>2016-06-06T08:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco API to get custom metadata</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-api-to-get-custom-metadata/m-p/299514#M252644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, Thanks. This is really helpful. Can you please let me know if there is api to get folders in a category? and files/records/documents in a folder? Once I get folders in a category, By using nodeRef of folders, I will be able to get all the documents in that folder and metadata of each document. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To achieve this, am using &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt; &lt;A href="http://127.0.0.1:8090/alfresco/service/slingshot/doclib/doclist/documents/site/rm/documentLibrary/TestCat1/%22+" rel="nofollow noopener noreferrer"&gt;http://127.0.0.1:8090/alfresco/service/slingshot/doclib/doclist/documents/site/rm/documentLibrary/TestCat1/'+&lt;/A&gt; folderName + "alf_ticket=" + authTicket; &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;BR /&gt;&lt;SPAN&gt;Is there a simpler way?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 18:26:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-api-to-get-custom-metadata/m-p/299514#M252644</guid>
      <dc:creator>ramyapratyusha</dc:creator>
      <dc:date>2016-06-06T18:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco API to get custom metadata</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-api-to-get-custom-metadata/m-p/299515#M252645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No. You will have to retrive this way only! Script you are using that is for Non-RM site. It also gives you required detail but this will include everything like Holds, Transfer etc. folders along with Categories. If you need specific all details related to RM then please try below one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Detailed: Keep appending path&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://127.0.0.1:8090/share/service/components/documentlibrary/data/doclist/all/site/rm/documentLibrary/?filter=path&amp;amp;size=50&amp;amp;pos=1&amp;amp;sortAsc=true&amp;amp;sortField=cm%3Aname&amp;amp;view=browse" rel="nofollow noopener noreferrer"&gt;http://127.0.0.1:8090/share/service/components/documentlibrary/data/doclist/all/site/rm/documentLibrary/?filter=path&amp;amp;size=50&amp;amp;pos=1&amp;amp;sortAsc=true&amp;amp;sortField=cm%3Aname&amp;amp;view=browse&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Only tree noderefs:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://127.0.0.1:8090/share/proxy/alfresco/slingshot/doclib/rm/treenode/site/rm/documentLibrary?perms=false&amp;amp;children=true" rel="nofollow noopener noreferrer"&gt;http://127.0.0.1:8090/share/proxy/alfresco/slingshot/doclib/rm/treenode/site/rm/documentLibrary?perms=false&amp;amp;children=true&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 06:22:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-api-to-get-custom-metadata/m-p/299515#M252645</guid>
      <dc:creator>niketapatel</dc:creator>
      <dc:date>2016-06-07T06:22:32Z</dc:date>
    </item>
  </channel>
</rss>

