• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/rest/controllers/scrum/kanban.php
  • Класс: BitrixTasksRestControllersScrumKanban
  • Вызов: Kanban::getFieldsAction
public function getFieldsAction(): array
{
	return [
		'fields' => [
			'name' => [
				'type' => 'string',
			],
			'sort' => [
				'type' => 'integer',
			],
			'type' => [
				'type' => 'string',
			],
			'sprintId' => [
				'type' => 'integer',
			],
			'color' => [
				'type' => 'string',
			],
		],
	];
}