<?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 Fetch document title in alfresco api in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/fetch-document-title-in-alfresco-api/m-p/135697#M36469</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to fetch documents title in alfresco with api.&lt;BR /&gt;i am able to access the properties like- name,modified date... but unable to fetch document title. pls guide&lt;/P&gt;</description>
    <pubDate>Thu, 14 Dec 2023 05:34:00 GMT</pubDate>
    <dc:creator>mahesh</dc:creator>
    <dc:date>2023-12-14T05:34:00Z</dc:date>
    <item>
      <title>Fetch document title in alfresco api</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/fetch-document-title-in-alfresco-api/m-p/135697#M36469</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to fetch documents title in alfresco with api.&lt;BR /&gt;i am able to access the properties like- name,modified date... but unable to fetch document title. pls guide&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 05:34:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/fetch-document-title-in-alfresco-api/m-p/135697#M36469</guid>
      <dc:creator>mahesh</dc:creator>
      <dc:date>2023-12-14T05:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch document title in alfresco api</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/fetch-document-title-in-alfresco-api/m-p/135698#M36470</link>
      <description>&lt;P&gt;The cm:title is the node property. GET nodes request return it without any additional parameters. If node does not have title then there is no this property in the API response. The path is ['entry'].['properies'].['cm:title'].&lt;/P&gt;&lt;PRE&gt;{
  "entry": {
    ...
    "name": "Test.docx",
    "id": "5053cfe3-9f95-4938-8f58-283e03a6ea1f",
    "properties": {
      "cm:title": "test document title",
      ....
    }
  }
}&lt;/PRE&gt;</description>
      <pubDate>Fri, 22 Dec 2023 12:16:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/fetch-document-title-in-alfresco-api/m-p/135698#M36470</guid>
      <dc:creator>fedorow</dc:creator>
      <dc:date>2023-12-22T12:16:09Z</dc:date>
    </item>
  </channel>
</rss>

