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": "6cdb4800-2775-437d-a3d9-0df8168b0a5c", "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": [ "07c913a6-2aed-4401-865d-7584bae5e449", "598045b0-8aa2-4b4a-8af7-21bf5f2fcaa8" ] }, "IsDefault": true, "id": "18de498f-b808-4ec9-9fb7-a87156e149aa", "ConfigId": "e9ba3b9b-2bef-465f-ae27-27839a547b8c" }, { "GroupName": "sample string 1", "License": "6cdb4800-2775-437d-a3d9-0df8168b0a5c", "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": [ "07c913a6-2aed-4401-865d-7584bae5e449", "598045b0-8aa2-4b4a-8af7-21bf5f2fcaa8" ] }, "IsDefault": true, "id": "18de498f-b808-4ec9-9fb7-a87156e149aa", "ConfigId": "e9ba3b9b-2bef-465f-ae27-27839a547b8c" } ]