- Модуль: seo
- Путь к файлу: ~/bitrix/modules/seo/lib/analytics/services/accountvkontakte.php
- Класс: BitrixSeoAnalyticsServicesAccountVkontakte
- Вызов: AccountVkontakte::getGroups
protected function getGroups(array $groupIDs)
{
return $this->getRequest()->send([
'method' => 'GET',
'endpoint' => 'groups.getById',
'fields' => [
'group_ids' => implode(',', $groupIDs),
'fields' => 'name,type,id,links,site,status,description,phone'
]
]);
}