Get_group_discovered_list
POST v1/groups/id/actions/get_group_discovered_list
Description
Get list of discovered groups with arrays that are initialized.
Normal Response Codes
200
HTTP Error Codes
400 401 403 404 409 500 503
Detail Codes
Request
| Parameter | Type | JSON Type | Description | Mandatory |
|---|---|---|---|---|
| id | NsObjectID | string | ID of the group. A 42 digit hexadecimal number. Example: '2a0df0fe6f7dc7bb16000000000000000000004817'. | true |
JSON Request
{}
Response
Type: NsDiscoveredGroupListReturn
| Member | Type | JSON Type | Description |
|---|---|---|---|
| discovered_group_list | NsDiscoveredGroupList | array | List of discovered group details. List of discovered group details. |
JSON Response
{}
