listLicenses
Description
This action will retrieve all the licenses by the specified filters
Example
https://api.jetlicense.com/?action=listLicenses&status[]=Active&status[]=Reissue&limit=20&skip=10
Parameters
Parameter | Type | Description | Possible values | Example |
---|---|---|---|---|
output |
String | The requested returned output type, The default is json |
|
xml |
status |
Array | The licenses statuses that you want to retrieve |
|
[Active, Reissue] |
limit |
Integer | The maximum number of licenses to retrieve |
|
20 |
skip |
Integer | The number of licenses to skip from the start |
|
10 |
Returns
Return | Type | Description | Possible values | Example |
---|---|---|---|---|
total |
Integer | The total Licenses retrieved |
|
10 |
licenses |
Object | The Licenses list |
|
Object(
) |
— license_id |
String | The License ID |
|
5888bf6319a464498902b0ce |
— license_key |
String | The License Key or IP Address |
|
License-5888bf6319a464498902b0ce or 1.1.1.1 |
— status |
String | The License status |
|
Active |
— status_change |
String | The License status last change date |
|
2017-01-26T16:51:13+00:00 |
— product_id |
String | The Product ID |
|
588a179119a464498a332a61 |
— product_name |
String | The Product Name |
|
JetBackup |
— partner_id |
String | The Partner ID |
|
588a179119a464498a332a61 |
— partner_name |
String | The Partner Name |
|
JetApps |
— created |
String | The License creation date |
|
2017-01-26T16:51:13+00:00 |
— last_access |
String | The License last access date |
|
2017-01-26T16:51:13+00:00 |
— info |
Object | The License system information |
|
Object() |