GET api/Groups/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
GroupDto| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId | globally unique identifier |
None. |
|
| GroupName | string |
None. |
|
| UsesMemberTypes | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"GroupId": "66e041f6-f390-4329-b23c-46e648c78428",
"GroupName": "sample string 2",
"UsesMemberTypes": true
}
application/xml, text/xml
Sample:
<GroupDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models"> <GroupId>66e041f6-f390-4329-b23c-46e648c78428</GroupId> <GroupName>sample string 2</GroupName> <UsesMemberTypes>true</UsesMemberTypes> </GroupDto>
