pem.APS.getApplicationSettings

This method is supported by Operations starting from version 2.9 hotfix01

This method returns the list of Application settings.

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. The most current version is used if the parameter is omitted.

The method returns array of structures:

Name

Type

Short Description

setting_id

string

Setting ID

value_type

string

Type of setting. It is optional parameter.

[class_name]

string

Class of setting. It is optional parameter.

[default_value]

string

Default value of setting. It is optional parameter.

[constraints]

struct

The list of restrictions for setting. It is optional parameter.

  • min

string

Minimum acceptable value

  • max

string

Maximum acceptable value

  • min_length

string

Minimum acceptable length in Unicode characters

  • max_length

string

Maximum acceptable length in Unicode characters

  • regex

string

Regular expression

  • enum_choices

array of struct

One of supplied identifiers

  • choice_id

string

Choice ID

  • name

string

Choice name

Note: To obtain the information on data types of Application in APS format, refer to Application Packaging Standard (APS) Format Specification v2.2 (https://doc.apsstandard.org/2.2/).