• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/itemidentifier.php
  • Класс: Bitrix\Crm\ItemIdentifier
  • Вызов: ItemIdentifier::jsonSerialize
public function jsonSerialize()
{
	return [
		'entityTypeId' => $this->getEntityTypeId(),
		'entityId' => $this->getEntityId(),
		'categoryId' => $this->getCategoryId(),
	];
}