Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Anchor
_Toc341972647
_Toc341972647
Attributes

Attribute

type

values

default

mandate

comment

limit

integer

 

 

 

readonly

licenceKey

string

 

 

 

Readonly

issueDate

Date

 

 

 

readonly

expiryDate

date

 

 

 

readonly


Anchor
_Toc341972648
_Toc341972648
/licence/import

Examples:
Method:/licence/search
Parameters:
{
"licence":"base64"
}
Response:
{
"error":0
}

Anchor
_Toc341972649
_Toc341972649
/licence/list

Wiki Markup
+Examples:+
Method:/licence/list
Parameters: 
\{
 "return":\["*"\]
\}
Response: 
\{
"error":0,
"result":
\[
 total: 3,
 rows: \[...\]
\]
\}
\\

Anchor
_Toc341972650
_Toc341972650
/licence/search

Wiki Markup
+Examples:+
Method:/licence/search
Parameters: 
\{
 "match":\[\]
"return":\["*"\]
\}
Response: 
\{
"error":0,
"result":
\[
 total: 3,
 rows: \[...\]
\]
\}

Anchor
_Toc341972651
_Toc341972651
/licence/queryLicenceStats

Wiki Markup
+Examples:+
Method:/licence/queryLicenceStats
Parameters: 
\{
\}
Response: 
\{
"error":0,
"result":
\[
 total: 3,
 used:2,
 isTrial:false
 expiryDate:...
\]
\}
\\

Anchor
_Toc341972652
_Toc341972652
/licence/delete

Examples:
Method:/licence/search
Parameters:
{
"id":"id"
}
Response:
{
"error":0
}