v1
latestOpenAPI 3.0.22026-07-13151037.3 KBFiles
Get all the files inside an Item
get/vaults/{vaultUuid}/items/{itemUuid}/files
Path parameters
vaultUuidstring uuid required
The UUID of the Vault to fetch Items from
itemUuidstring uuid required
The UUID of the Item to fetch files from
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="
}
]