Skip to main content

Get Permissions

Get a list of categories and permissions in each category

Responses

Success


Schema
  • category object
  • id int32
  • name string
  • permissions object[]

    Returns list of permissions associated with the category

  • id int32
  • name string
  • categoryList object[]

    Returns a list of categories and their permissions associated with the main category. eg: roles category is belongs to User Management category.

  • category object
  • id int32
  • name string
  • permissions object[]
  • id int32
  • name string
GET /v4/permissions    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
curl -L -X GET 'https://localhost/webconsole/api/V4/Permissions' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'