Request Information

URI Parameters

NameDescriptionTypeAdditional information
roleId

The role identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The role, if it exists.

Nano.Role
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 this instance is active.

boolean

None.

isAssignable

Gets or sets a value indicating whether this instance is assignable.

boolean

None.

order

Gets or sets the order.

integer

None.

id

Gets the role identifier.

integer

None.

appTasks

Gets or sets the application task identifiers.

Collection of integer

None.

organizations

Gets or sets the organization identifiers.

Collection of string

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,
  "isAssignable": true,
  "order": 6,
  "id": "7",
  "appTasks": [
    "1",
    "2"
  ],
  "organizations": [
    "sample String 1",
    "sample String 2"
  ],
  "users": [
    "1",
    "2"
  ]
}

text/html

Sample:
{"category":"sample String 1","code":"sample String 2","description":"sample String 3","isActive":true,"isAssignable":true,"order":6,"id":"7","appTasks":["1","2"],"organizations":["sample String 1","sample String 2"],"users":["1","2"]}

application/vnd.api+json

Sample:

Sample not available.