Attributes
Attribute |
type |
values |
default |
mandate |
comment |
limit |
integer |
|
|
|
readonly |
licenceKey |
string |
|
|
|
Readonly |
issueDate |
Date |
|
|
|
readonly |
expiryDate |
date |
|
|
|
readonly |
/licence/import
Examples:
Method:/licence/search
Parameters:
{
"licence":"base64"
}
Response:
{
"error":0
}
/licence/list
Examples:
Method:/licence/list
Parameters:
{
"return":["*"]
}
Response:
{
"error":0,
"result":
[
total: 3,
rows: [...]
]
}
/licence/search
Examples:
Method:/licence/search
Parameters:
{
"match":[]
"return":["*"]
}
Response:
{
"error":0,
"result":
[
total: 3,
rows: [...]
]
}
/licence/queryLicenceStats
Examples:
Method:/licence/queryLicenceStats
Parameters:
{
}
Response:
{
"error":0,
"result":
[
total: 3,
used:2,
isTrial:false
expiryDate:...
]
}
/licence/delete
Examples:
Method:/licence/search
Parameters:
{
"id":"id"
}
Response:
{
"error":0
}