GET api/resources/megroup
Get Group
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
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": "c84ffb7f-8196-46da-b18d-32b9e0363a28",
"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": [
"66111cc6-dbea-47af-99e8-64902c09d1d2",
"e85e2b10-ce2c-47f0-95d4-f7b5afb48727"
]
},
"IsDefault": true,
"id": "ceb7dc12-1cc6-4c34-a263-33d40cf29b41",
"ConfigId": "1144dcac-6027-4d82-8b2d-669a26896020"
}