IntelligentSearch

Description

This function lets you search your account for licenses, partners and users

Parameters

Parameter name Type Description Possible values Example
output String The requested returned output type, The default is json
  • json - Default
  • xml
  • text
  • debug
xml
term String Required The search term.
  • License Key
  • Partner Name
  • User First Name
  • User Last Name
  • User Email
1.1.1.1 or JetApps

Returns

Return Type Description Possible values Example
licenses Object List of licenses found by the search term
  • Licenses Object
Object(
  • license_id
  • license_key
  • product_name
  • created
  • status
  • status_change )
license_id String The License ID
  • License ID
5888bf6319a464498902b0ce
license_key String The License Key or IP Address
  • License Key
  • IP Address
License-5888bf6319a464498902b0ce or 1.1.1.1
status String The License status
  • Active
  • Suspended
  • Reissue
  • Cancelled
Active
product_name String The Product Name
  • Product Name
JetBackup
partner_name String The Partner Name
  • Partner Name
JetApps
partners Object List of partners found by the search term
  • Partners Object
Object(
  • partner_id
  • partner_name
  • email
  • status
  • parent_name )
partner_id String The Partner ID
  • Partner ID
5888bf6319a464498902b0ce
partner_name String The Partner Name
  • Partner Name
JetApps
status String The Partner status
  • Active
  • Suspended
  • Cancelled
Active
email String The Partner email
  • Partner Email
john@mydomain.com
parent_name String The Partner Parent Name
  • Partner Parent Name
JetApps
users Object List of users found by the search term
  • Users Object
Object(
  • user_id
  • fullname
  • email
  • status
  • partner_name )
user_id String The User ID
  • User ID
5888bf6319a464498902b0ce
fullname String The User Full Name
  • User Full Name
John Doe

Example

https://api.jetlicense.com/?action=intelligentSearch&term=1.1.1.1