Parameter | Description |
---|---|
Limit | The maximum number of groups to return per page. Note, this may be restricted by fixed system limits. |
Start | The starting index of the returned groups. |
{
"results": [
{
"type": "<string>",
"name": "<string>",
"id": "<string>",
"_links": {
"self": "<string>"
}
}
],
"start": 376,
"limit": 185,
"size": 870,
"_links": {
"base": "<string>",
"context": "<string>",
"self": "<string>"
}
}
Was this page helpful?