<?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: Getting site documents information in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/getting-site-documents-information/m-p/39129#M16462</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to get document list with informations i needed, i used this webscript&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;STRONG&gt;getChildren.get.desc.xml&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;webscript&amp;gt;&lt;BR /&gt; &amp;lt;shortname&amp;gt;Get Documents&amp;lt;/shortname&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Display all Documents within Folder&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;url&amp;gt;/getChildren&amp;lt;/url&amp;gt;&lt;BR /&gt; &amp;lt;format default="json"&amp;gt;argument&amp;lt;/format&amp;gt;&lt;BR /&gt; &amp;lt;authentication&amp;gt;user&amp;lt;/authentication&amp;gt;&lt;BR /&gt;&amp;lt;/webscript&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;STRONG&gt;getChildren.get.js&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;function main()&lt;BR /&gt;{&lt;BR /&gt; var node = [];&lt;BR /&gt; node = search.luceneSearch("PATH:\"/app:company_home/st:sites/cm:yoursitename//*\"");&lt;BR /&gt; model.totalItems = node.length;&lt;BR /&gt; model.results = node;&lt;/P&gt;&lt;P&gt;} main();&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;STRONG&gt;getChildren.get.json.ftl&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;totalItems": "${totalItems}&lt;BR /&gt;Name;Type;Path;Creator;Created;Modifier;Modified&lt;BR /&gt;&amp;lt;#list results as node&amp;gt;&lt;BR /&gt;&amp;lt;#if node.isDocument&amp;gt; &lt;BR /&gt;${node.name};${node.mimetype};${node.displayPath};${node.properties.creator};${(node.properties.created)?date};${node.properties.modifier};${(node.properties.modified)?date}&lt;/P&gt;&lt;P&gt;&amp;lt;/#if&amp;gt;&lt;BR /&gt;&amp;lt;#if (node_index + 1 &amp;lt; results?size)&amp;gt;&amp;lt;/#if&amp;gt;&lt;BR /&gt;&amp;lt;/#list&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Access it via&amp;nbsp;&lt;A class="link-titled" href="http://127.0.0.1/alfresco/s/getChildren" title="http://127.0.0.1/alfresco/s/getChildren" rel="nofollow noopener noreferrer"&gt;http://127.0.0.1/alfresco/s/getChildren&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see i got the informations i needed. But i can see that there are still some properties left that i didn't know how to get them. I can't find the names on node explorator&lt;/P&gt;&lt;P&gt;These are custom properties, is there any way to retrieve them?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Apr 2017 13:45:42 GMT</pubDate>
    <dc:creator>etm</dc:creator>
    <dc:date>2017-04-12T13:45:42Z</dc:date>
    <item>
      <title>Getting site documents information</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/getting-site-documents-information/m-p/39128#M16461</link>
      <description>Hello,I want to retreive all of one site documents information, my site has 1300 documents so it would be a pain to do that manuallyI want to get :File nameFile pathFile versionPublication datePublication statusPublisherI searched online and found that webscripts can help me do that, but i do not kn</description>
      <pubDate>Mon, 10 Apr 2017 16:04:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/getting-site-documents-information/m-p/39128#M16461</guid>
      <dc:creator>etm</dc:creator>
      <dc:date>2017-04-10T16:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Getting site documents information</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/getting-site-documents-information/m-p/39129#M16462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to get document list with informations i needed, i used this webscript&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;STRONG&gt;getChildren.get.desc.xml&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;webscript&amp;gt;&lt;BR /&gt; &amp;lt;shortname&amp;gt;Get Documents&amp;lt;/shortname&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Display all Documents within Folder&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;url&amp;gt;/getChildren&amp;lt;/url&amp;gt;&lt;BR /&gt; &amp;lt;format default="json"&amp;gt;argument&amp;lt;/format&amp;gt;&lt;BR /&gt; &amp;lt;authentication&amp;gt;user&amp;lt;/authentication&amp;gt;&lt;BR /&gt;&amp;lt;/webscript&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;STRONG&gt;getChildren.get.js&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;function main()&lt;BR /&gt;{&lt;BR /&gt; var node = [];&lt;BR /&gt; node = search.luceneSearch("PATH:\"/app:company_home/st:sites/cm:yoursitename//*\"");&lt;BR /&gt; model.totalItems = node.length;&lt;BR /&gt; model.results = node;&lt;/P&gt;&lt;P&gt;} main();&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;STRONG&gt;getChildren.get.json.ftl&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;totalItems": "${totalItems}&lt;BR /&gt;Name;Type;Path;Creator;Created;Modifier;Modified&lt;BR /&gt;&amp;lt;#list results as node&amp;gt;&lt;BR /&gt;&amp;lt;#if node.isDocument&amp;gt; &lt;BR /&gt;${node.name};${node.mimetype};${node.displayPath};${node.properties.creator};${(node.properties.created)?date};${node.properties.modifier};${(node.properties.modified)?date}&lt;/P&gt;&lt;P&gt;&amp;lt;/#if&amp;gt;&lt;BR /&gt;&amp;lt;#if (node_index + 1 &amp;lt; results?size)&amp;gt;&amp;lt;/#if&amp;gt;&lt;BR /&gt;&amp;lt;/#list&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Access it via&amp;nbsp;&lt;A class="link-titled" href="http://127.0.0.1/alfresco/s/getChildren" title="http://127.0.0.1/alfresco/s/getChildren" rel="nofollow noopener noreferrer"&gt;http://127.0.0.1/alfresco/s/getChildren&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see i got the informations i needed. But i can see that there are still some properties left that i didn't know how to get them. I can't find the names on node explorator&lt;/P&gt;&lt;P&gt;These are custom properties, is there any way to retrieve them?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 13:45:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/getting-site-documents-information/m-p/39129#M16462</guid>
      <dc:creator>etm</dc:creator>
      <dc:date>2017-04-12T13:45:42Z</dc:date>
    </item>
  </channel>
</rss>

