Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| licenseId |
The license identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The license.
Nano.License| Name | Description | Type | Additional information |
|---|---|---|---|
| endDate |
Gets or sets the end date. |
string |
None. |
| identifier |
Gets or sets the identifier. |
string |
None. |
| startDate |
Gets or sets the start date. |
string |
None. |
| state |
Gets or sets the state. |
string |
None. |
| url |
Gets or sets the url. |
string |
None. |
| id |
Gets or sets the license identifier. |
integer |
None. |
| licenseType |
Gets or sets the license type identifier. |
integer |
None. |
| users |
Gets or sets the user identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"endDate": "sample String 1",
"identifier": "sample String 2",
"startDate": "sample String 3",
"state": "sample String 4",
"url": "sample String 5",
"id": "6",
"licenseType": "7",
"users": [
"1",
"2"
]
}
text/html
Sample:
{"endDate":"sample String 1","identifier":"sample String 2","startDate":"sample String 3","state":"sample String 4","url":"sample String 5","id":"6","licenseType":"7","users":["1","2"]}
application/vnd.api+json
Sample:
Sample not available.