intelligentSearch
Description
This action will search you account for licenses, partners and users
Example
https://api.jetlicense.com/?action=intelligentSearch&term=1.1.1.1
Parameters
Parameter | Type | Description | Possible values | Example |
---|---|---|---|---|
output |
String | The requested returned output type, The default is json |
|
xml |
term |
String | Required The search term. |
|
1.1.1.1 or JetApps |
Returns
Return | Type | Description | Possible values | Example |
---|---|---|---|---|
licenses |
Object | List of licenses found by the search term |
|
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 |
— product_name |
String | The Product Name |
|
JetBackup |
— partner_name |
String | The Partner Name |
|
JetApps |
partners |
Object | List of partners found by the search term |
|
Object(
) |
— partner_id |
String | The Partner ID |
|
5888bf6319a464498902b0ce |
— partner_name |
String | The Partner Name |
|
JetApps |
— status |
String | The Partner status |
|
Active |
— email |
String | The Partner Email |
|
myname@jetapps.com |
— parent_name |
String | The Partner Parent Name |
|
JetApps |
users |
Object | List of users found by the search term |
|
Object(
) |
— user_id |
String | The User ID |
|
5888bf6319a464498902b0ce |
— fullname |
String | The User Full Name |
|
John Doe |
— status |
String | The Partner status |
|
Active |
— email |
String | The Partner Email |
|
myname@jetapps.com |
— partner_name |
String | The Partner Name |
|
JetApps |