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": "85a3fabe-a010-4886-94ee-a9f74c2be251",
"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": [
"533d3fb9-2c05-4699-898b-8cd3fa762f0f",
"ec9b2bdb-01d8-4d92-b2a0-d4da0ff62011"
]
},
"IsDefault": true,
"id": "459af183-4e56-4212-8ad1-a0999754e693",
"ConfigId": "1246a8f2-196f-47c3-99a1-bd2c2e9b3935"
}