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": "74332bd2-bb75-4b58-a366-7700a02be108",
"MandantId": "280bba83-666d-420b-8b7f-c314a7d9acee",
"Name": "sample string 3"
}