v1
latestOpenAPI 3.0.22026-07-13151037.3 KBFiles
Get the details of a File
get/vaults/{vaultUuid}/items/{itemUuid}/files/{fileUuid}
Path parameters
vaultUuidstring uuid required
The UUID of the Vault to fetch Item from
itemUuidstring uuid required
The UUID of the Item to fetch File from
fileUuidstring uuid required
The UUID of the File to fetch
Query parameters
inline_filesboolean
Example:true
Tells server to return the base64-encoded file contents in the response.
Response
OK
Example response
{
"id": "6r65pjq33banznomn7q22sj44e",
"name": "foo.txt",
"size": 35,
"content_path": "v1/vaults/ionaiwtdvgclrixbt6ztpqcxnq/items/p7eflcy7f5mk7vg6zrzf5rjjyu/files/6r65pjq33banznomn7q22sj44e/content",
"content": "VGhlIGZ1dHVyZSBiZWxvbmdzIHRvIHRoZSBjdXJpb3VzLgo="
}