dolibarr  17.0.4
Functions
server_other.php File Reference

File that is entry point to call Dolibarr WebServices. More...

Go to the source code of this file.

Functions

 getVersions ($authentication)
 Full methods code. More...
 
 getDocument ($authentication, $modulepart, $file, $refname='')
 Method to get a document by webservice. More...
 

Detailed Description

File that is entry point to call Dolibarr WebServices.

Definition in file server_other.php.

Function Documentation

◆ getDocument()

getDocument (   $authentication,
  $modulepart,
  $file,
  $refname = '' 
)

Method to get a document by webservice.

Parameters
array$authenticationArray with permissions
string$modulepartProperties of document
string$fileRelative path
string$refnameRef of object to check permission for external users (autodetect if not provided)
Returns
void

Definition at line 190 of file server_other.php.

◆ getVersions()

getVersions (   $authentication)

Full methods code.

Parameters
string$authenticationAuthentication string
Returns
array Array of data

Definition at line 147 of file server_other.php.