imopenlines.session.mode.unpinAll
Scope: imopenlines Права на выполнение: для всех
Открепление всех диалогов от текущего оператора. Возвращает массив идентификаторов откреплённых сессий.
Вызов метода и ответ
JavaScript для облачного Битрикс24:
BX24.callMethod( 'imopenlines.session.mode.unpinAll', {}, function(result) { if(result.error()) { console.warn(result.error().ex); return false; } console.log(result.data()); } );
Пример ответа:
{ "result":[ 1652, 1653 ] }
© «Битрикс», 2001-2024, «1С-Битрикс», 2024