GET api/resources/megroup
Get Group
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
OnePlanSecurityGroupName | Description | Type | Additional information |
---|---|---|---|
GroupName | string |
None. |
|
License | globally unique identifier |
None. |
|
PermissionSettings | Permissions |
None. |
|
IsDefault | boolean |
None. |
|
id | globally unique identifier |
None. |
|
ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "GroupName": "sample string 1", "License": "09ba77f8-4809-45cd-9680-a201a3253a16", "PermissionSettings": { "GlobalPermissionSettings": { "Administrator": true, "EditAllPlans": true, "ManageData": true, "ViewAllPlans": true, "ViewAllResources": true, "ManageResources": true }, "PlanPermissions": { "AddPlan": true, "ArchivePlan": true, "DeletePlan": true }, "HiddenLeftNavigation": [ "sample string 1", "sample string 2" ], "HiddenPlanNavigation": [ "sample string 1", "sample string 2" ], "HiddenAreas": [ "683efdf6-e965-4013-b64b-7635d1933c7b", "bd7c171b-27b1-4aaa-8be2-cb361a6c40c8" ] }, "IsDefault": true, "id": "21a31ef6-3e6d-4ff9-b534-f70220e735ac", "ConfigId": "a0b51d19-ae52-4334-ba4c-9b75a7ef49d0" }