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": "666555ac-bf39-4823-a0b5-24c2da002c5d",
"MandantId": "018a0dbe-4960-40ac-8718-44694c305fa2",
"Name": "sample string 3"
},
{
"$ref": "1"
}
]