• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/yandex/toloka/apirequest.php
  • Класс: Bitrix\Sender\Integration\Yandex\Toloka\ApiRequest
  • Вызов: ApiRequest::getProjectInfo
public function getProjectInfo($params = [])
{
	$this->sendRequest(
		[
			'methodName' => 'project.info',
			'id' => $params['id'] ?? 0,
		]
	);

	return $this->result;
}