GET group_types/{name}
Gets the information of the group type with the specified name.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
name |
The name of the group type. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
GroupTypeViewModelName | Description | Type | Additional information |
---|---|---|---|
Name | string |
Filterable |
|
DisplayName | string |
None. |
|
SelfUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "name": "sample string 1", "displayName": "sample string 2", "selfUrl": "sample string 3" }