Document Get En

Web service to retrieve a file attached to an object #

Call method #

	index.php?module=documentGetSW&uuid=xxx&token=yyyy&mode=inline

Parameters :

ParameterContent
uuidUUID of the concerned document (mandatory)
tokenidentification token. Information required if the collection is not public
localeLanguage code used for error messages or date formatting. Default: fr, otherwise ’en’ or ‘us’.
loginlogin associated to the token. Both information must be provided for the identification to be performed
modeinline/attached : defines the way the document is sent. By default,inline

{.table .table-bordered .table-hover}

Returned data #

The document in binary format, with the corresponding MIME type.

Error codes #

Error codeMeaning
500Internal Server Error
401Unauthorized
520Unknown error
404Not Found

{.table .table-bordered .table-hover}