GET api/Groups
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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:
[
{
"$id": "1",
"GroupId": "60a214ff-8306-485e-aecf-eac813397cc4",
"MandantId": "a0162f4a-9c67-4467-b41f-d8cea035f1b5",
"Name": "sample string 3"
},
{
"$ref": "1"
}
]