Documentation

feature.get

$result[] = CRest::call(
    'feature.get',
    [
        'CODE' => 'rest_offline_extended',
    ]
);

Returns information about the available feature at specific Bitrix24 account.

Parameters

Parameter Type Description
CODE string Available keys:
  • rest_offline_extended - offline events availability
  • rest_auth_connector — availability of auth_connector key in event

Response and returned value

Response example:

'result' =>
                [
                   'value' => 'Y'
               ]

Returned value:

  • value Y - feature availability at the Bitrix24 account. Y - available at the account, N - unavailable at the account
  • lang_selfhosted, where lang is replaced to en, ua, kz and etc (for Bitrix24 Self-hosted).


© «Bitrix24», 2001-2024
Up