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": "0383e497-9fe7-4405-87c3-cf0b80c6a395",
"MandantId": "998d123a-b8a6-4207-8db2-a6936e71c781",
"Name": "sample string 3"
}