<?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 How to get cm:title values in post request in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-get-cm-title-values-in-post-request/m-p/112653#M31383</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very new to Alfresco. Currently I am posting my alfresco API in postman and getting the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am passing below parameters in POSTMAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;curl -X POST \&lt;BR /&gt; https://api.dev.net/alfresco-services/service/search \&lt;BR /&gt; -H 'Accept: application/json' \&lt;BR /&gt; -H 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IkVCelhJUy1QY0U0NDI5a29fbnU3dThDbWJoZyJ9.eyJhdWQiOiJodHRwczovL2ZzLnRyb3dlMy5jb20vQXBpZ2VlV2ViIiwiaXNzIjoiaHR0cDovL2ZzLnRyb3dlMy5jb20vYWRmcy9zZXJ2aWNlcy90cnVzdCIsImlhdCI6MTU2NzA4NzU0MiwiZXhwIjoxNTY3MDkxMTQyLCJzdWIiOiJ2ZGV2MWEwZTc3MTciLCJlbWFp&lt;BR /&gt; -H 'Cache-Control: no-cache' \&lt;BR /&gt; -H 'Content-Type: application/json' \&lt;BR /&gt; -H 'Postman-Token: cef160ca-fdf3-453d-8eb2-866e1c3a520e' \&lt;BR /&gt; -H 'X-Requested-With: XMLHttpRequest' \&lt;BR /&gt; -H 'apikey: hOYZjwPabP9XG479tvJkwh3g0vT5m3KE' \&lt;BR /&gt; -d '&lt;BR /&gt; {&lt;BR /&gt; "stringProps": &lt;BR /&gt; [ &lt;BR /&gt; {&lt;BR /&gt; "propertyName": "ibmecm:contentType", &lt;BR /&gt; "propertyValues": ["Client Communications/Audit"]&lt;BR /&gt; }&lt;BR /&gt; ],&lt;BR /&gt; "dateProps": []&lt;BR /&gt; }'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I am getting all string properties for the content type&amp;nbsp;&lt;SPAN&gt;Client Communications/Audit.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My requirement is , &lt;STRONG&gt;I need only cm:title for the content type&amp;nbsp;Client Communications/Audit.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;How can I pass that one in the body , so that I will get only title values?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Aug 2019 14:49:46 GMT</pubDate>
    <dc:creator>sunchoudhury</dc:creator>
    <dc:date>2019-08-29T14:49:46Z</dc:date>
    <item>
      <title>How to get cm:title values in post request</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-get-cm-title-values-in-post-request/m-p/112653#M31383</link>
      <description>Dear All,I am very new to Alfresco. Currently I am posting my alfresco API in postman and getting the values.I am passing below parameters in POSTMAN.curl -X POST \ https://api.dev.net/alfresco-services/service/search \ -H 'Accept: application/json' \ -H 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbG</description>
      <pubDate>Thu, 29 Aug 2019 14:49:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-get-cm-title-values-in-post-request/m-p/112653#M31383</guid>
      <dc:creator>sunchoudhury</dc:creator>
      <dc:date>2019-08-29T14:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to get cm:title values in post request</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-get-cm-title-values-in-post-request/m-p/112654#M31384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide the underlying api call? Ideally repository layer APIs will have this kind of path: &amp;lt;host&amp;gt;:&amp;lt;post&amp;gt;/alfresco/service/&amp;lt;apiURI&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the&amp;nbsp;https://api.dev.net/alfresco-services/service is overlaying the&amp;nbsp; https://api.dev.net/alfresco/service ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not completely clear from the details you have provided, I think this search API : &lt;A href="https://api.dev.net/alfresco-services/service/search" rel="nofollow noopener noreferrer" style="color: #1e88e5; background-color: #ffffff; border: 0px; text-decoration: none; font-size: 14px; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;https://api.dev.net/alfresco-services/service/search&lt;/A&gt;is a custom API in your system it seems. Check implementation at your end to see if it can respond as per your need.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2019 17:08:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-get-cm-title-values-in-post-request/m-p/112654#M31384</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2019-08-29T17:08:01Z</dc:date>
    </item>
  </channel>
</rss>

