Documentation

voximplant.line.get

Scope: catalog Permissions to execute: for all

Returns list of all of the available outgoing lines.

This method is available to the user with granted access permissions for Manage numbers - Edit - Any.

Example

BX24.callMethod(
	'voximplant.line.get',
	{},
	function(result)
	{
		if(result.error())
			console.error(result.error());
		else
			console.info(result.data());
	}
);


© «Bitrix24», 2001-2024
Up