ApiRequest::getProjectInfo

  1. Bitrix24 API (v. 23.675.0)
  2. sender
  3. ApiRequest
  4. getProjectInfo
  • Модуль: 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;
}

Добавить комментарий