pem.APS.getApplicationLicenseInfo

This method is supported by Operations starting from version 2.9 hotfix04

This method returns a list of the supported licenses for the specified Application.

The method has the following input parameters:

Name

Type

Short Description

application_id

int

Application ID

[package_version]

string

Version of Application. It is optional parameter. If the parameter is omitted, the most current version of Application is used.

The method returns array of the following structures:

Name

Type

Short Description

license_id

string

License ID

license_type

string

Type of license

need_query

boolean

Whether a license activation data are required. There are the following options:

  • 0 – License activation data are not required.
  • 1 – License activation data are required.

mandatory

boolean

Whether a license is mandatory. There are the following options:

  • 0 – License is not mandatory.
  • 1 – License is mandatory.

See also:

Application License Management diagram