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": "28d73cca-1bcc-44a5-86dd-a85b6f20a5ff", "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": [ "bedb3b71-8a94-4c9f-9043-e09ee7cf3bca", "e52035e5-c297-41a7-99ed-d5a755dabe5c" ] }, "IsDefault": true, "id": "261cf103-d2e5-400b-921f-b92e6847ca80", "ConfigId": "d30cd120-28d7-4782-ad8c-b7519438e4b1" }, { "GroupName": "sample string 1", "License": "28d73cca-1bcc-44a5-86dd-a85b6f20a5ff", "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": [ "bedb3b71-8a94-4c9f-9043-e09ee7cf3bca", "e52035e5-c297-41a7-99ed-d5a755dabe5c" ] }, "IsDefault": true, "id": "261cf103-d2e5-400b-921f-b92e6847ca80", "ConfigId": "d30cd120-28d7-4782-ad8c-b7519438e4b1" } ]