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": "81eb711d-d65b-4b1b-b6aa-5d9022862a4b",
"MandantId": "5ec491ad-f2e8-484c-bd10-dc773f700533",
"Name": "sample string 3"
}