Get Admin Groups

Get a page of groups, using query parameters to filter results.

Path Params
int32
required

Filters groups to those that match the supplied devCompany ID.

Query Params
resolve
array of strings

Resolves inner objects in the format: property1,property2. Empty by default.
Example: resolve=goals

resolve
string

Sorting criteria in the format: property(,asc|desc). Default sort order is ascending.
Sortable properties: 'name', 'createDate', 'membersCount'. Example: orderBy=name,asc

int32
Defaults to 10

Number of records per page. The default value is 10.

int32
Defaults to 0

Number of records to skip. The deafult value is 0.

boolean
Defaults to false

Adds total count of groups to the page result.

boolean
Defaults to false

Filters groups by its active status. The default is false.

string

Filters groups to those whose names contain the supplied text.

Response

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json