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": "e15969b9-975c-4b5b-a359-e1d5e54cec29", "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": [ "4b6b4a59-dbf0-499f-8109-3957af9c182b", "b38b5ea8-f688-4be6-ae36-aae584223dde" ] }, "IsDefault": true, "id": "0a61de4d-2863-4598-87e1-27d497039858", "ConfigId": "36de9a00-0098-45dd-8572-1722e806486c" }