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