You are here

public function MoxtraServiceInterface::getMeetingFilesList in Opigno Moxtra 8

Same name and namespace in other branches
  1. 3.x 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_moxtra

Code

public function getMeetingFilesList($owner_id, $binder_id);