Skip to main content

Get Plan Access Policies

Select

SaaS
Customer Managed

This operation returns information on plan access policies.

Path Parameters
  • PlanId string required
Responses

OK


Schema
  • role object
  • roleId integer
  • roleName string
  • categoryPermission object
  • categoriesPermissionList object[]
  • permissionId integer
  • permissionName string
GET /v2/plan/:planid/accesspolicies    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
PlanId — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/v2/Plan/:PlanId/AccessPolicies' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'