Download File by Id
GET/api/v2/File/download/:id
Download a File by Id
Request
Path Parameters
id stringrequired
Id of the file
Query Parameters
culture string
Use this param to override the culture of the response. Options: - en (default) - es
Responses
- 200
- 401
- 403
- 404
- 500
File successfully downloaded
The user is unauthorized or the session expired
The user does not have permission
The Id was not found
There was an error trying to download a file
Loading...