GET /2/communities/search

Returns Communities that match search query

Servers

Query parameters

Name Type Required Description
query String Yes

Query to search communities.

max_results Integer No

The maximum number of search results to be returned by a request.

Default value: 10

next_token String No

This parameter is used to get the next 'page' of results. The value used with the parameter is pulled directly from the response provided by the API, and should not be modified.

community.fields[] Array No

A comma separated list of Community fields to display.

pagination_token String No

This parameter is used to get the next 'page' of results. The value used with the parameter is pulled directly from the response provided by the API, and should not be modified.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.