<?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: Not able to execute the below query from REST client such as POSTMAN in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/not-able-to-execute-the-below-query-from-rest-client-such-as/m-p/72944#M23570</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One problem is that you've got double-quotes unescaped in your JSON string. Instead, try using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="string token"&gt;"query"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="string token"&gt;"query"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"select * from my:documents where contains('PATH:\"/app:company_home/st:sites/cm:my-main-site/cm:documentLibrary/*\"')"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="string token"&gt;"language"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"cmis"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jul 2018 13:37:31 GMT</pubDate>
    <dc:creator>jpotts</dc:creator>
    <dc:date>2018-07-23T13:37:31Z</dc:date>
    <item>
      <title>Not able to execute the below query from REST client such as POSTMAN</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/not-able-to-execute-the-below-query-from-rest-client-such-as/m-p/72943#M23569</link>
      <description>I am trying to run the below query, do you know what the below issue could be?{ "query": { "query": "select * from my:documents where contains('PATH:"/app:company_home/st:sites/cm:my-main-site/cm:documentLibrary/*"')", "language": "cmis" }}Error"error": { "errorKey": "Could not read content from HTT</description>
      <pubDate>Mon, 23 Jul 2018 12:27:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/not-able-to-execute-the-below-query-from-rest-client-such-as/m-p/72943#M23569</guid>
      <dc:creator>kartech11</dc:creator>
      <dc:date>2018-07-23T12:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to execute the below query from REST client such as POSTMAN</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/not-able-to-execute-the-below-query-from-rest-client-such-as/m-p/72944#M23570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One problem is that you've got double-quotes unescaped in your JSON string. Instead, try using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="string token"&gt;"query"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="string token"&gt;"query"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"select * from my:documents where contains('PATH:\"/app:company_home/st:sites/cm:my-main-site/cm:documentLibrary/*\"')"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="string token"&gt;"language"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"cmis"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 13:37:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/not-able-to-execute-the-below-query-from-rest-client-such-as/m-p/72944#M23570</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2018-07-23T13:37:31Z</dc:date>
    </item>
  </channel>
</rss>

