Skip to main content
Opigno Enterprise API provides an endpoint to get all communities associated with the current API user (created by or joined). To retrieve this data, getCommunities query should be called. Results will be returned with the pagination and possibility to change the order (default sorting is by the title, ascending). The following arguments can be used in the query:

Community query types

  • MANAGED - allows to filter the query results to return only communities created by the current API user.
  • JOINED - allows to filter the query results to return only communities the current API user is a member of.

Community sort keys

Community queries can be sorted with the following keys:
  • TITLE - allows sorting by the community title. This is the default sort key for the most of the community queries.
  • CREATED - sorting by the community creation date.
  • LAST_POST - sorting by the time of the latest related post creation.
The query returns the list of the Communtiy objects. Detailed description and the full list of available properties can be found here.