Work with apps

See more in the Manage apps article.

Type aliases

FieldSelection

FieldSelection: object

Selection of fields for partial loading: true is for retrieving the field value, false is for excluding the field.

Examples:

  • email: true — only the emailfield.
  • email: false — all the fields, except for the email field.
  • name: true, email: false — only the name field.

Type declaration

TApplicationTypeFilter

TApplicationTypeFilter: object | object