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": "3a6b06ed-4843-4738-9d19-f082b055ee76",
"MandantId": "e2d37009-a861-4217-bbc3-09240243e7b0",
"Name": "sample string 3"
},
{
"$ref": "1"
}
]