GET api/securitygroups
Get list of security groups
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of OnePlanSecurityGroup| Name | 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": "158f39b8-8b25-4b1c-b129-05a49185e41f",
"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": [
"b7d61312-03a6-4e8b-ac29-30ed74311805",
"02e4f985-cedf-4d10-856c-a5f3f8f8bb47"
]
},
"IsDefault": true,
"id": "1f046d59-1f58-4d20-9a23-b07b3e2f78d6",
"ConfigId": "fdc7b987-4cfb-4c16-b3bf-3d6003970444"
},
{
"GroupName": "sample string 1",
"License": "158f39b8-8b25-4b1c-b129-05a49185e41f",
"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": [
"b7d61312-03a6-4e8b-ac29-30ed74311805",
"02e4f985-cedf-4d10-856c-a5f3f8f8bb47"
]
},
"IsDefault": true,
"id": "1f046d59-1f58-4d20-9a23-b07b3e2f78d6",
"ConfigId": "fdc7b987-4cfb-4c16-b3bf-3d6003970444"
}
]