Get a specific GetFile by id
GET/v1/tenants/:tenantId/companies/:companyName/files/:id
This GET method returns a File based on attachmentUUID and format
Request
Responses
- 200
- 401
- 403
- 404
- 500
Successfully received file
Token not provided or invalid
Forbidden to access the given resource
File not found
An unexpected error has occurred