Download Files
Downloading files from the API server
GET calls
This endpoint allows you to download a file from the server where the API is hosted from a specified path. The character \ must be replaced by %5C.
Example:
https://server:5555/api/descargaficheros/C:%5Cinfo_para_doc_api_a3erp.pdf
Parámetros de ruta
rutastringRequerido
Path of the file to be obtained
Parámetros de encabezado
AuthorizationstringRequerido
Bearer + JWT_token
Respuestas
200
Returns the document in Base64
application/json
get
/descargafichero/{ruta}200
Returns the document in Base64
Última actualización
¿Te fue útil?