Download Files
Downloading files from the API server
Última actualización
¿Te fue útil?
Downloading files from the API server
Última actualización
¿Te fue útil?
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
Path of the file to be obtained
Bearer + JWT_token
GET /api/descargafichero/{ruta} HTTP/1.1
Host: server:<port>
Authorization: text
Accept: */*
Returns the document in Base64
{
"documento": "{Document in base64}"
}