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": "daa0cabf-832e-4f55-a069-f2be7e8ddc4a",
"MandantId": "12421292-8505-4023-9088-54817cd20f4e",
"Name": "sample string 3"
},
{
"$ref": "1"
}
]