dolibarr/htdocs/api/class
Neil Orley 7374a2accd NEW Download a document using the REST API
Adds the ability to download a document using the REST API
The document is sent in a base64 encoded format.
The API will return :

{
  "filename": "CO1709-0002.pdf",
  "content": "JVBERi0xLjMKJ...",
  "encoding": "MIME base64 (base64_encode php function, http://php.net/manual/en/function.base64-encode.php)"
}
2017-09-28 12:14:49 +02:00
..
api_access.class.php Code comment 2017-06-25 12:26:16 +02:00
api_dictionary.class.php NEW Get the list of payments terms 2017-09-27 12:34:41 +02:00
api_documents.class.php NEW Download a document using the REST API 2017-09-28 12:14:49 +02:00
api_login.class.php Fix API was loading definition of all APIs at each call. 2017-06-25 17:09:08 +02:00
api_status.class.php Merge branch 'refactor-rest-api' of 2016-07-27 14:06:14 +02:00
api.class.php FIX Implementation of a Luracast recommandation for the REST api server (#7370) 2017-09-19 16:59:19 +02:00
index.html Create index.html 2015-10-18 10:07:08 +02:00