• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/internals/effective.php
  • Класс: BitrixTasksInternalsEffective
  • Вызов: Effective::getFilterList
static function getFilterList()
{
	return [
		'GROUP_ID' => [
			'id' => 'GROUP_ID',
			'type' => 'custom_entity'
		],
		'DATETIME' => [
			'id' => 'DATETIME',
			'type' => 'date'
		]
	];
}