public function MoxtraServiceInterface::getMeetingFilesList in Opigno Moxtra 3.x
Same name and namespace in other branches
- 8 src/MoxtraServiceInterface.php \Drupal\opigno_moxtra\MoxtraServiceInterface::getMeetingFilesList()
Returns meeting files list.
Parameters
int $owner_id: User ID.
string $binder_id: Binder ID.
Return value
array Response data.
1 method overrides MoxtraServiceInterface::getMeetingFilesList()
- MoxtraService::getMeetingFilesList in src/
MoxtraService.php - Returns meeting files list.
File
- src/
MoxtraServiceInterface.php, line 169
Class
- MoxtraServiceInterface
- Implements Moxtra REST API.
Namespace
Drupal\opigno_moxtraCode
public function getMeetingFilesList($owner_id, $binder_id);