GET api/securitygroups/admin
Get admin security groups
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "6b023cd8-b007-481e-a930-f2d39af21174", "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": [ "01d3e717-04f8-4f28-b175-53c09051cb38", "7a4f1657-ca8b-44ad-9809-ed18ef140527" ] }, "IsDefault": true, "id": "71f470a5-d012-4b89-bc4b-f5ea9bf28b09", "ConfigId": "6e43c5d9-f8c3-410b-856a-bf188b627973" }, { "GroupName": "sample string 1", "License": "6b023cd8-b007-481e-a930-f2d39af21174", "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": [ "01d3e717-04f8-4f28-b175-53c09051cb38", "7a4f1657-ca8b-44ad-9809-ed18ef140527" ] }, "IsDefault": true, "id": "71f470a5-d012-4b89-bc4b-f5ea9bf28b09", "ConfigId": "6e43c5d9-f8c3-410b-856a-bf188b627973" } ]