Get a list of sub-groups of a specified group
Request
GET /pub/v1/scheme/groups/{id}/sub-groups
Path parameters
Parameter name | Value | Description | Additional |
---|---|---|---|
id | uuid | Group item ID |
Required |
Query parameters
Parameter name | Value | Description | Additional |
---|---|---|---|
from | uint32 | Which position (in the array) to start returning items from (the default value is 0) |
|
size | uint32 | Number of items to return (the default value is 10) |
Authorization
This request requires the use of one of following authorisation methods:
API key
Response
The following HTTP status codes may be returned:
Status code | Description | Resource |
---|---|---|
200 | OK Response model for getting a list of sub-groups of the specified group |
Response model for getting a list of sub-groups of the specified group (Get a list of sub-groups of a specified group) |