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": "b29a667c-d5a1-4bcb-8f19-332079805a95",
"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": [
"079b9207-cbad-485a-9f0a-5ebcb28bae7f",
"cf3dc284-3cb4-4f04-9a24-8e6f119bf6bb"
]
},
"IsDefault": true,
"id": "4c22a2a3-d9ed-4f72-be37-478e6aed149c",
"ConfigId": "d0905cb3-c55a-4c39-b6fd-088e0b8a6cf2"
}