Display File by Id
GET/api/v2/File/:id
Display a File by Id
Request
Path Parameters
id uuidrequired
Id of the file
Query Parameters
Width int32
Height int32
Mode string
culture string
Use this param to override the culture of the response. Options: - en (default) - es
Responses
- 200
- 401
- 403
- 404
- 500
File successfully retrieved
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 retrieve file
Loading...