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": "63123fad-abaf-4bb3-b199-2285b12fcd14",
"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": [
"d1d7c525-4cd9-4174-b7b1-09ce0af14a0e",
"4e8ff146-88a3-4069-977e-0b299299fd21"
]
},
"IsDefault": true,
"id": "e2b10d82-099a-426e-91f5-a0c88041a31f",
"ConfigId": "f1fa892d-8465-4701-b16e-56989b6ef06a"
},
{
"GroupName": "sample string 1",
"License": "63123fad-abaf-4bb3-b199-2285b12fcd14",
"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": [
"d1d7c525-4cd9-4174-b7b1-09ce0af14a0e",
"4e8ff146-88a3-4069-977e-0b299299fd21"
]
},
"IsDefault": true,
"id": "e2b10d82-099a-426e-91f5-a0c88041a31f",
"ConfigId": "f1fa892d-8465-4701-b16e-56989b6ef06a"
}
]