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": "fea3c692-299c-4822-a85b-ac90d4afad54", "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": [ "f21fb34e-b392-428a-bd4a-c162f3d928ad", "0a415b6b-3f22-49f4-bba3-44f2aa778f1b" ] }, "IsDefault": true, "id": "04a9dd95-0156-4697-afef-eef5dcb253f2", "ConfigId": "33a3d44e-f881-4cfb-a73f-f2d7f452e361" }, { "GroupName": "sample string 1", "License": "fea3c692-299c-4822-a85b-ac90d4afad54", "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": [ "f21fb34e-b392-428a-bd4a-c162f3d928ad", "0a415b6b-3f22-49f4-bba3-44f2aa778f1b" ] }, "IsDefault": true, "id": "04a9dd95-0156-4697-afef-eef5dcb253f2", "ConfigId": "33a3d44e-f881-4cfb-a73f-f2d7f452e361" } ]