You are here

public function MoxtraServiceInterface::getMeetingFileInfo in Opigno Moxtra 3.x

Same name and namespace in other branches
  1. 8 src/MoxtraServiceInterface.php \Drupal\opigno_moxtra\MoxtraServiceInterface::getMeetingFileInfo()

Returns meeting file info.

Parameters

int $owner_id: User ID.

string $binder_id: Binder ID.

string $file_id: File ID.

Return value

array Response data.

1 method overrides MoxtraServiceInterface::getMeetingFileInfo()
MoxtraService::getMeetingFileInfo in src/MoxtraService.php
Returns meeting file info.

File

src/MoxtraServiceInterface.php, line 184

Class

MoxtraServiceInterface
Implements Moxtra REST API.

Namespace

Drupal\opigno_moxtra

Code

public function getMeetingFileInfo($owner_id, $binder_id, $file_id);