<?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 all children for a node with negative condition like where=(nodeType!='email') in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-get-all-children-for-a-node-with-negative-condition-like/m-p/95701#M28147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to get all children for a node with negative condition like where=(&lt;SPAN style="color: #505050; background-color: #ffffff;"&gt;nodeType!='email')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3 style="color: #000000; border: 0px; font-weight: inherit; font-size: 1.1em;"&gt;&lt;SPAN class="" style="border: 0px;"&gt;&lt;A href="https://api-explorer.alfresco.com/api-explorer/#!/nodes/listNodeChildren" style="color: white; background-color: #0f6ab4; border: 0px; font-weight: inherit; text-decoration: none; font-size: 0.7em; padding: 7px 0px 4px;" rel="nofollow noopener noreferrer"&gt;GET&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="border: 0px; padding: 0px 0px 0px 10px;"&gt;&lt;A href="https://api-explorer.alfresco.com/api-explorer/#!/nodes/listNodeChildren" style="color: black; border: 0px; text-decoration: underline;" rel="nofollow noopener noreferrer"&gt;/nodes/{nodeId}/childre&lt;/A&gt;n&amp;nbsp; (this is the endpoint that am using from alfresco api explorer)&lt;/SPAN&gt;&lt;/H3&gt;&lt;P&gt;&lt;SPAN class="" style="border: 0px; padding: 0px 0px 0px 10px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="border: 0px; padding: 0px 0px 0px 10px;"&gt;For example if we have 3 different nodeTypes(folder, document, email)&lt;BR /&gt;how to get the folders and document in a single rest call&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px; padding: 0px 0px 0px 10px; color: #505050; font-weight: normal; font-size: 12px; "&gt;http://alfresco.dev.com/alfresco/api/-default-/public/alfresco/versions/1/nodes/-root-/children?relativePath='path'&amp;amp;skipCount=0&amp;amp;maxItems=40&amp;amp;include=isLocked&amp;amp;where=(nodeType='folder')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px; padding: 0px 0px 0px 10px; color: #505050; font-weight: normal; font-size: 12px; "&gt;do we have any option like either nodeType in ('folder', 'document')&amp;nbsp; or nodeType!='email'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px; padding: 0px 0px 0px 10px; color: #505050; font-weight: normal; font-size: 12px; "&gt;Can any one help me on this.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jun 2019 13:38:33 GMT</pubDate>
    <dc:creator>rsurya037</dc:creator>
    <dc:date>2019-06-26T13:38:33Z</dc:date>
    <item>
      <title>How to get all children for a node with negative condition like where=(nodeType!='email')</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-get-all-children-for-a-node-with-negative-condition-like/m-p/95701#M28147</link>
      <description>How to get all children for a node with negative condition like where=(nodeType!='email')GET&amp;nbsp;/nodes/{nodeId}/children&amp;nbsp; (this is the endpoint that am using from alfresco api explorer)For example if we have 3 different nodeTypes(folder, document, email)how to get the folders and document in a single r</description>
      <pubDate>Wed, 26 Jun 2019 13:38:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-get-all-children-for-a-node-with-negative-condition-like/m-p/95701#M28147</guid>
      <dc:creator>rsurya037</dc:creator>
      <dc:date>2019-06-26T13:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to get all children for a node with negative condition like where=(nodeType!='email')</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-get-all-children-for-a-node-with-negative-condition-like/m-p/95702#M28148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The children operation is supposed for "simple" lookups without complex filtering conditions. For anything more complex, you should use the actual search / query operation. With Alfresco FTS / CMIS Query Language and Transactional Metadata Query (TMQ) capabilities you can create operations with dynamic restrictions that are transactionally consistent and not dependent on SOLR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2019 18:30:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-get-all-children-for-a-node-with-negative-condition-like/m-p/95702#M28148</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2019-06-26T18:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to get all children for a node with negative condition like where=(nodeType!='email')</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-get-all-children-for-a-node-with-negative-condition-like/m-p/95703#M28149</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Could you please assist how to user negation in where clause in Alfresco APIs.&lt;/P&gt;&lt;P&gt;For example in below URL I want to filert all the values that are not like '&lt;SPAN&gt;&lt;STRONG&gt;/alfresco-access/login/user&lt;/STRONG&gt;&lt;/SPAN&gt;' but oracle query pattern is not working. Is there any other way to user not like filter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;http://&amp;lt;IP&amp;gt;:8080/alfresco/api/-default-/public/alfresco/versions/1/audit-applications/alfresco-access/audit-entries?where=(&lt;STRONG&gt;valuesKey !='/alfresco-access/login/user'&lt;/STRONG&gt; and createdAt BETWEEN ('2023-11-17T00:00:01.000+0000','2023-11-17T23:59:59.000+0000'))&amp;amp;skipCount=0&amp;amp;maxItems=500&amp;amp;orderBy=createdAt ASC&amp;amp;include=values1&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 17:12:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-get-all-children-for-a-node-with-negative-condition-like/m-p/95703#M28149</guid>
      <dc:creator>f1mahesh</dc:creator>
      <dc:date>2023-11-23T17:12:02Z</dc:date>
    </item>
  </channel>
</rss>

