Avaya Client SDK

< Back to Package Overview

Retrieving settings

There are two possible system configuration:

  • Enterprise mode
  • MultiTenants mode

In case of Enterprise mode you have to use SystemSettingsService, for Multitenant mode TenantService.

Get System setting in Enterprise mode

client.systemSettingsService.getSystemSettings(params);

This method returns SystemSettings

Get settings for current tenant in MultiTenant mode

For MultiTenant mode there are not common system settings. Each tenant can be configured individually. So Tenant object contain attributes and settings.

client.tenantService.getIndividualTenant(tenantId, params);

This method returns Tenant settings