dolibarr 21.0.0-alpha
|
File that is entry point to call Dolibarr WebServices. More...
Go to the source code of this file.
Functions | |
getVersions ($authentication) | |
Full methods code. | |
getDocument ($authentication, $modulepart, $file, $refname='') | |
Method to get a document by webservice. | |
File that is entry point to call Dolibarr WebServices.
Definition in file server_other.php.
getDocument | ( | $authentication, | |
$modulepart, | |||
$file, | |||
$refname = '' ) |
Method to get a document by webservice.
array{login:string,password:string,entity:?int,dolibarrkey:string} | $authentication Array with authentication information | |
string | $modulepart | Properties of document |
string | $file | Relative path |
string | $refname | Ref of object to check permission for external users (autodetect if not provided) |
Definition at line 214 of file server_other.php.
References check_authentication(), dol_check_secure_access_document(), dol_mimetype(), and dol_syslog().
getVersions | ( | $authentication | ) |
Full methods code.
array{login:string,password:string,entity:?int,dolibarrkey:string} | $authentication Array with authentication information |
Definition at line 169 of file server_other.php.
References check_authentication(), dol_syslog(), version_dolibarr(), version_os(), version_php(), and version_webserver().