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": "8d4232cc-6469-4e7d-b9f2-7f8b2249b0f4",
"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": [
"6bef3a7e-c960-4322-8834-0c9d1c0ddafd",
"4e861005-45d5-4a03-9d2d-08872356fd90"
]
},
"IsDefault": true,
"id": "1f928812-3670-4135-9cee-56bc85456389",
"ConfigId": "a06afdab-8527-4be1-a63e-856dff6c926b"
}