Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of licenses.

Collection of Nano.LicenseType
NameDescriptionTypeAdditional information
code

Gets or sets the code.

string

None.

description

Gets or sets the description.

string

None.

isActive

Gets or sets a value indicating whether gets or sets is active.

boolean

None.

id

Gets or sets the license type identifier.

integer

None.

licenses

Gets or sets the license identifiers.

Collection of integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "code": "sample String 1",
    "description": "sample String 2",
    "isActive": true,
    "id": "4",
    "licenses": [
      "1",
      "2"
    ]
  },
  {
    "code": "sample String 1",
    "description": "sample String 2",
    "isActive": true,
    "id": "4",
    "licenses": [
      "1",
      "2"
    ]
  }
]

text/html

Sample:
[{"code":"sample String 1","description":"sample String 2","isActive":true,"id":"4","licenses":["1","2"]},{"code":"sample String 1","description":"sample String 2","isActive":true,"id":"4","licenses":["1","2"]}]

application/vnd.api+json

Sample:

Sample not available.