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": "fb96d146-eba4-43b8-a954-f46b979faa02", "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": [ "cc8e2cd7-4896-4ac3-8d8d-9ddab00fec48", "c63aae08-4729-40ee-ac92-d6e566cee989" ] }, "IsDefault": true, "id": "0d91dbaa-9cde-44c3-b300-1e532cc17813", "ConfigId": "5eecf676-8928-42e0-8c62-5f2768f93b83" }, { "GroupName": "sample string 1", "License": "fb96d146-eba4-43b8-a954-f46b979faa02", "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": [ "cc8e2cd7-4896-4ac3-8d8d-9ddab00fec48", "c63aae08-4729-40ee-ac92-d6e566cee989" ] }, "IsDefault": true, "id": "0d91dbaa-9cde-44c3-b300-1e532cc17813", "ConfigId": "5eecf676-8928-42e0-8c62-5f2768f93b83" } ]