GET api/Groups/{groupId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Group| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId | globally unique identifier |
None. |
|
| MandantId | globally unique identifier |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"GroupId": "e525561e-ef2a-4852-925c-c8e3888c7b6a",
"MandantId": "38bd09ec-d382-4bf0-ba44-a645c55261f5",
"Name": "sample string 3"
}