GET api/securitygroups
Get list of 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": "ac3609d8-2086-42ca-8060-c323a6a580e0", "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": [ "2d7d0bf1-1120-4daf-9e8b-260f4665e0ea", "f27f36af-5061-4da2-875d-fa940a8d4aa2" ] }, "IsDefault": true, "id": "cd2b805b-ba42-4b8d-927e-f330400aba05", "ConfigId": "ee26ece2-d360-42db-ad8b-c9031e999bc3" }, { "GroupName": "sample string 1", "License": "ac3609d8-2086-42ca-8060-c323a6a580e0", "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": [ "2d7d0bf1-1120-4daf-9e8b-260f4665e0ea", "f27f36af-5061-4da2-875d-fa940a8d4aa2" ] }, "IsDefault": true, "id": "cd2b805b-ba42-4b8d-927e-f330400aba05", "ConfigId": "ee26ece2-d360-42db-ad8b-c9031e999bc3" } ]