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": "8f74fefb-7556-4bc1-b2a7-23ad5086142f", "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": [ "2dba98fe-def5-4699-8b84-c22c5146e608", "ef269127-b597-44e9-8f86-29466227d9fd" ] }, "IsDefault": true, "id": "e2ad33c8-32be-48b4-9701-afcc7de5f249", "ConfigId": "70e70e82-25fa-4bda-a0b3-d88b8a511147" }, { "GroupName": "sample string 1", "License": "8f74fefb-7556-4bc1-b2a7-23ad5086142f", "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": [ "2dba98fe-def5-4699-8b84-c22c5146e608", "ef269127-b597-44e9-8f86-29466227d9fd" ] }, "IsDefault": true, "id": "e2ad33c8-32be-48b4-9701-afcc7de5f249", "ConfigId": "70e70e82-25fa-4bda-a0b3-d88b8a511147" } ]