GET api/securitygroups/{id}
Get a single security group
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
OnePlanSecurityGroupName | 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": "7140827a-99d3-477d-a83d-a9b805eb62ff", "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": [ "3c96075f-545a-4caa-b33b-42ac283c71fc", "69fbd2a0-6b51-4802-9514-c8633b449081" ] }, "IsDefault": true, "id": "d58e28bd-cf57-4b8b-afe6-94695497a5d2", "ConfigId": "8580f1f8-247e-4f2a-a3bb-e76a88e770d1" }