|
dolibarr 18.0.8
|
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 | $authentication | Array with permissions |
| 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 208 of file server_other.php.
References check_authentication(), dol_check_secure_access_document(), dol_mimetype(), and dol_syslog().
| getVersions | ( | $authentication | ) |
Full methods code.
| string | $authentication | Authentication string |
Definition at line 165 of file server_other.php.
References check_authentication(), dol_syslog(), version_dolibarr(), version_os(), version_php(), and version_webserver().