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