...Человеческий поиск в разработке...
- Модуль: sender
- Путь к файлу: ~/bitrix/modules/sender/lib/integration/yandex/toloka/apirequest.php
- Класс: Bitrix\Sender\Integration\Yandex\Toloka\ApiRequest
- Вызов: ApiRequest::getGeoList
public function getGeoList($params = []) { $this->sendRequest( [ 'methodName' => 'geo.list', 'parameters' => [ 'limit' => $params['limit'] ?? 10, 'regionType' => $params['regionType'] ?? 'all', 'lang' => strtoupper(LANGUAGE_ID), 'name' => $params['name'] ? ucfirst($params['name']): '' ] ] ); return $this->result; }