Download endpoint
When you load some file in snello, the file will be renamed using a UUID.
The path to download the files, using the REST api, will be:
host://
website.it
:port
/api/documents/
{uuid}
/download
For example:
http://localhost/api/documents/f6978b5a-e2ba-4991-8c66-0e0f803b9f87/download
Last updated