LicenseStatusΒΆ
| Field | NULL | Description | Note |
|---|---|---|---|
| disabled boolean |
Is the license disabled | ||
| meetExprireWarningPeriod boolean |
Is the license near expiration | ||
| numberOfDayToExpire integer |
The number of days until license expiration | ||
| numberOfDayToValid integer |
The number of days until the token starts 0 if the token has already started |
||
| exceedLostConnectionAllowPeriod boolean |
Has the token exceeded LostConnectionAllowPeriod threshold See LostConnectionAllowPeriod system setting in IzendaSystemSetting table |
||
| isAdminUser boolean |
True if user is admin user | ||
| trialLicense boolean |
Is this a trial license | ||
| connected boolean |
True if this is connected to license server |
Sample:
{
"disabled": false,
"meetExprireWarningPeriod": false,
"numberOfDayToExpire": 88,
"numberOfDayToValid": 0,
"exceedLostConnectionAllowPeriod": false,
"isAdminUser": false,
"trialLicense": false
}