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": "926fcca9-08e7-4e3e-bfe9-fe315646352f", "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": [ "cb297e11-a533-4ea3-819f-b45191aab658", "802f8c1d-b4a8-4620-aa7c-53737f2231d7" ] }, "IsDefault": true, "id": "3f2bfa0b-c729-4606-a806-0d94e29ec423", "ConfigId": "a8e61e32-cc7e-41ed-875f-a2959f8b3317" }