Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of permissions.

Collection of Nano.Permission
NameDescriptionTypeAdditional information
category

Gets or sets the category.

string

None.

code

Gets or sets the code.

string

None.

description

Gets or sets the description.

string

None.

isActive

Gets or sets a value indicating whether user is active.

boolean

None.

subCategory

Gets or sets the sub category.

string

None.

id

Gets or sets the permission identifier.

integer

None.

appTasks

Gets or sets the application task identifiers.

Collection of integer

None.

baseConditions

Gets or sets the base condition identifiers.

Collection of integer

None.

roles

Gets or sets the role identifiers.

Collection of integer

None.

users

Gets or sets the user identifiers.

Collection of integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "category": "sample String 1",
    "code": "sample String 2",
    "description": "sample String 3",
    "isActive": true,
    "subCategory": "sample String 5",
    "id": "6",
    "appTasks": [
      "1",
      "2"
    ],
    "baseConditions": [
      "1",
      "2"
    ],
    "roles": [
      "1",
      "2"
    ],
    "users": [
      "1",
      "2"
    ]
  },
  {
    "category": "sample String 1",
    "code": "sample String 2",
    "description": "sample String 3",
    "isActive": true,
    "subCategory": "sample String 5",
    "id": "6",
    "appTasks": [
      "1",
      "2"
    ],
    "baseConditions": [
      "1",
      "2"
    ],
    "roles": [
      "1",
      "2"
    ],
    "users": [
      "1",
      "2"
    ]
  }
]

text/html

Sample:
[{"category":"sample String 1","code":"sample String 2","description":"sample String 3","isActive":true,"subCategory":"sample String 5","id":"6","appTasks":["1","2"],"baseConditions":["1","2"],"roles":["1","2"],"users":["1","2"]},{"category":"sample String 1","code":"sample String 2","description":"sample String 3","isActive":true,"subCategory":"sample String 5","id":"6","appTasks":["1","2"],"baseConditions":["1","2"],"roles":["1","2"],"users":["1","2"]}]

application/vnd.api+json

Sample:

Sample not available.