Get the content of a File
GET /vaults/{vaultUuid}/items/{itemUuid}/files/{fileUuid}/content
GET
/vaults/{vaultUuid}/items/{itemUuid}/files/{fileUuid}/content
Authorizations
Parameters
Path Parameters
vaultUuid
required
string format: uuid
The UUID of the Vault the item is in
itemUuid
required
string format: uuid
The UUID of the Item the File is in
fileUuid
required
string
UUID of the file to get content from
Responses
200
Success
string format: binary
Headers
Content-Disposition
string
Content-Length
string
401
Invalid or missing token
object
message
A message detailing the error
string
status
HTTP Status Code
integer
Example
404
File not found
object
message
A message detailing the error
string
status
HTTP Status Code
integer
Examples
File not found
Item not found
Vault not found