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": "faa0666a-c53b-4c7f-93fb-dad54d2ec563",
"MandantId": "a39f48e3-24dd-4b83-8ce6-9954fcfbac25",
"Name": "sample string 3"
}