<?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 Retrieve custom fields via Alfresco 5.2 search API in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/retrieve-custom-fields-via-alfresco-5-2-search-api/m-p/2419#M467</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are using Alfresco Community Edition 5.2. We are building a front-end layer on top of Alfresco for searching and downloading documents. For searching, we are using the POST Search RESTful API available in v5.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are also creating a custom field for 'Creation Date', since we want to show the date a document was created, rather than uploaded to the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could not find this in the documentation - but is there a way to retrieve our custom date field using the RESTful API? How can this be done?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jan 2017 09:52:10 GMT</pubDate>
    <dc:creator>vezance</dc:creator>
    <dc:date>2017-01-06T09:52:10Z</dc:date>
    <item>
      <title>Retrieve custom fields via Alfresco 5.2 search API</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/retrieve-custom-fields-via-alfresco-5-2-search-api/m-p/2419#M467</link>
      <description>We are using Alfresco Community Edition 5.2. We are building a front-end layer on top of Alfresco for searching and downloading documents. For searching, we are using the POST Search RESTful API available in v5.2.We are also creating a custom field for 'Creation Date', since we want to show the date</description>
      <pubDate>Fri, 06 Jan 2017 09:52:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/retrieve-custom-fields-via-alfresco-5-2-search-api/m-p/2419#M467</guid>
      <dc:creator>vezance</dc:creator>
      <dc:date>2017-01-06T09:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve custom fields via Alfresco 5.2 search API</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/retrieve-custom-fields-via-alfresco-5-2-search-api/m-p/2420#M468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can share the exact URL you are POSTing to that would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general, you should be getting back node references which you can then use to get all of the properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to get properties back that are not included in the out-of-the-box search response, you can either extend the web script to include your custom properties in the response or you can implement your own search end point using a custom web script and return exactly what you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 23:28:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/retrieve-custom-fields-via-alfresco-5-2-search-api/m-p/2420#M468</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2017-01-06T23:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve custom fields via Alfresco 5.2 search API</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/retrieve-custom-fields-via-alfresco-5-2-search-api/m-p/2421#M469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanket,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried setting "include": ["properties"] ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #333333; background-color: #ebf7f0; border: 0px; font-size: 14.4px; padding: 0px 0px 10px;"&gt;You can use the &lt;SPAN style="border: 0px; font-weight: bold; font-size: inherit;"&gt;&lt;STRONG&gt;include JSON body parameter&lt;/STRONG&gt;&lt;/SPAN&gt; to return additional information. This works in the same way as in the /nodes/{nodeId}/children method in the core API. For example:&lt;/P&gt;&lt;PRE style="color: #000000; background-color: #fcf6db; border: 1px solid #e5e0c6; font-size: 12px; margin: 0px 0px 10px; padding: 10px;"&gt;&lt;CODE class="" style="color: #444444; background: none; border: 0px; font-weight: inherit; font-size: inherit; padding: 0.5em;"&gt;&lt;SPAN class="" style="color: #880000; border: 0px; font-weight: inherit; font-size: inherit;"&gt;"include"&lt;/SPAN&gt;: [&lt;SPAN class="" style="color: #880000; border: 0px; font-weight: inherit; font-size: inherit;"&gt;"aspectNames"&lt;/SPAN&gt;, &lt;SPAN class="" style="color: #880000; border: 0px; font-weight: inherit; font-size: inherit;"&gt;"properties"&lt;/SPAN&gt;, &lt;SPAN class="" style="color: #880000; border: 0px; font-weight: inherit; font-size: inherit;"&gt;"isLink"&lt;/SPAN&gt;]&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 10:20:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/retrieve-custom-fields-via-alfresco-5-2-search-api/m-p/2421#M469</guid>
      <dc:creator>janv</dc:creator>
      <dc:date>2017-01-09T10:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve custom fields via Alfresco 5.2 search API</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/retrieve-custom-fields-via-alfresco-5-2-search-api/m-p/2422#M470</link>
      <description>&lt;P&gt;Am looking for same anwser&lt;/P&gt;</description>
      <pubDate>Sat, 16 Apr 2022 20:05:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/retrieve-custom-fields-via-alfresco-5-2-search-api/m-p/2422#M470</guid>
      <dc:creator />
      <dc:date>2022-04-16T20:05:39Z</dc:date>
    </item>
  </channel>
</rss>

