<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Getting public groups only]]></title><description><![CDATA[<p dir="auto">We are currently setting up a system that allows a user to browse groups. However, we only want to list public groups, so there isn't a need to retrieve private groups to display.</p>
<p dir="auto">We are using the ListGroupsPage call and trying to pass in searchCriteria as the following</p>
<pre><code>{
  "context": {
    "pagination": {
      "rowsPerPage": 50,
      "pageNumber": 1
    },
    "searchCriteria": {
      "groupType": "groupType",
      "isOpenGroup": true
    },
    "sortCriteria": {
      "createdAt": 1,
      "updatedAt": -1
    }
  }
}
</code></pre>
<p dir="auto">However, this throws the error</p>
<pre><code>{
  "status_message": "Processing exception (message): Search field name isOpenGroup is invalid or cannot be accessed. Use data.property to access custom fields.",
  "reason_code": 40349,
  "status": 202
}
</code></pre>
<p dir="auto">Are we just missing a way to get the public groups only? Thanks!</p>
]]></description><link>https://forums.getbraincloud.com/topic/27/getting-public-groups-only</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 10:18:28 GMT</lastBuildDate><atom:link href="https://forums.getbraincloud.com/topic/27.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 18 Jun 2019 21:01:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Getting public groups only on Wed, 10 Jul 2019 19:48:44 GMT]]></title><description><![CDATA[<p dir="auto">D'oh - bit late on the update, but 4.1 has been released, and you can now search on isOpenGroup (as well as the new groupSummaryData).</p>
<p dir="auto">4.1 Release notes here - <a href="https://getbraincloud.com/apidocs/release-4-1/" rel="nofollow ugc">https://getbraincloud.com/apidocs/release-4-1/</a></p>
<p dir="auto">Cheers!</p>
<p dir="auto">Paul.</p>
]]></description><link>https://forums.getbraincloud.com/post/140</link><guid isPermaLink="true">https://forums.getbraincloud.com/post/140</guid><dc:creator><![CDATA[Paul Winterhalder]]></dc:creator><pubDate>Wed, 10 Jul 2019 19:48:44 GMT</pubDate></item><item><title><![CDATA[Reply to Getting public groups only on Wed, 19 Jun 2019 16:06:06 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="plugin-mentions-user plugin-mentions-a" href="https://forums.getbraincloud.com/uid/5">@Paul-Winterhalder</a> ,</p>
<p dir="auto">We'll program a work around for now until brainCloud 4.1 is released.</p>
]]></description><link>https://forums.getbraincloud.com/post/92</link><guid isPermaLink="true">https://forums.getbraincloud.com/post/92</guid><dc:creator><![CDATA[Chris Brown]]></dc:creator><pubDate>Wed, 19 Jun 2019 16:06:06 GMT</pubDate></item><item><title><![CDATA[Reply to Getting public groups only on Wed, 19 Jun 2019 00:37:05 GMT]]></title><description><![CDATA[<p dir="auto">Hi Chris,</p>
<p dir="auto">I have bad news and good news.</p>
<p dir="auto">The bad news is that in brainCloud 4.0, the "isOpenGroup" isn't whitelisted for searching purposes (which is why you are getting that error).</p>
<p dir="auto">The good news is that it <em>is</em> in brainCloud 4.1 - which is due to be released in <em>about a week</em> - so hold tight, it's coming soon!</p>
<p dir="auto">Paul.</p>
]]></description><link>https://forums.getbraincloud.com/post/91</link><guid isPermaLink="true">https://forums.getbraincloud.com/post/91</guid><dc:creator><![CDATA[Paul Winterhalder]]></dc:creator><pubDate>Wed, 19 Jun 2019 00:37:05 GMT</pubDate></item></channel></rss>