GET api/InternalGroups/GetInternalGroup/{id}
Gets Internal Group's details.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Id of the internal group |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
GetInternalGroupResultName | Description | Type | Additional information |
---|---|---|---|
Id |
Internal group id |
integer |
None. |
Name |
The name |
string |
None. |
Description |
The description |
string |
None. |
Users |
The users' ids in the internal group |
Collection of string |
None. |