List groups

View as Markdown
Retrieve a paginated list of groups using OData parameters.

Query parameters

$topintegerOptional

Number of items to return per page (default pagination)

$skipintegerOptional

Number of items to skip (default pagination offset)

$skiptokenstringOptional
Used when the query parameters can be memoized into an encoded string containing filtering and pagination parameters. If the endpoint supports memoized paging, the first call can use $top and $skip, while @odata.nextLink will return with $skiptoken. If memoized querying is not supported, $top and $skip should be sufficient.
$filterstringOptional
$selectstringOptional
$orderbystringOptional

Response

Group list response
@odata.contextstring or null
valuelist of objects or null

Errors