GET v1/groups/get/{id}
returns the group for the given id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Core.Model.GroupName | Description | Type | Additional information |
---|---|---|---|
createdAt | date |
None. |
|
modifiedAt | date |
None. |
|
users | Collection of string |
None. |
|
capps | Collection of string |
None. |
|
id | globally unique identifier |
None. |
|
name | string |
None. |
|
description | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "createdAt": "2025-05-09T15:15:55", "modifiedAt": "2025-05-09T15:15:55", "users": [ "sample string 1", "sample string 2" ], "capps": [ "sample string 1", "sample string 2" ], "id": "851fdb67-e5f6-4db2-a180-32675617251b", "name": "sample string 3", "description": "sample string 4" }