GET /wiki/rest/api/group/picker

Get search results of groups by partial query provided.

Servers

Query parameters

Name Type Required Description
query String Yes

the search term used to query results.

limit Integer No

The maximum number of groups to return per page. Note, this is restricted to a maximum limit of 200 groups.

Default value: 200

shouldReturnTotalSize Boolean No

Whether to include total size parameter in the results. Note, fetching total size property is an expensive operation; use it if your use case needs this value.

Default value: false

start Integer No

The starting index of the returned groups.

Default value: 0

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.