listLicenses

Description

This function returns a list of licenses by the specified filters

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
status Array The licenses statuses that you want to retrieve
  • Active
  • Suspended
  • Reissue
  • Cancelled
[Active, Reissue]
limit Integer The maximum number of licenses to retrieve
  • 0 up to 999
20
skip Integer The number of licenses to skip from the start
  • 0 up to ~
10

Returns

Return Type Description Possible values Example
total Integer The total Licenses retrieved
  • 0 up to ~
10
licenses Object The Partners list
  • Partners Object
Object(
  • license_id
  • license_key
  • status
  • status_change
  • product_id
  • product_name
  • partner_id
  • partner_name
  • created
  • last_access
  • info )
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
status_change String The License status last change date
  • Date
2017-01-26T16:51:13+00:00
product_id String The Product ID
  • Product ID
5887980319a464498902b0cd
product_name String The Product Name
  • Product Name
JetBackup
partner_id String The Partner ID
  • Partner ID
5888bf6319a464498902b0ce
partner_name String The Partner Name
  • Partner Name
JetApps
created String The License creation date
  • Date
2017-01-26T16:51:13+00:00
last_access String The License last access date
  • Date
2017-01-26T16:51:13+00:00
info Object The License system information
  • Info Objects
Object()

Example

https://api.jetlicense.com/?action=listLicenses&status[]=Active&status[]=Reissue&limit=20&skip=10