Get all items for inside a Vault
GET /vaults/{vaultUuid}/items
GET
/vaults/{vaultUuid}/items
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” vaultUuid
required
string
The UUID of the Vault to fetch Items from
Query Parameters
Section titled “Query Parameters ” filter
string
title eq "Some Item Name"
Filter the Item collection based on Item name using SCIM eq filter
Responses
Section titled “ Responses ”OK
Array<object>
object
category
required
string
createdAt
string format: date-time
favorite
boolean
id
string
lastEditedBy
string
state
string
tags
Array<string>
title
string
updatedAt
string format: date-time
urls
Array<object>
object
href
required
string format: url
label
string
primary
boolean
[ { "href": "https://example.com", "primary": true }, { "href": "https://example.org" }]
vault
required
object
id
required
string
version
integer
Invalid or missing token
object
message
A message detailing the error
string
status
HTTP Status Code
integer
Example
{ "message": "Invalid token signature", "status": 401}
Vault not found
object
message
A message detailing the error
string
status
HTTP Status Code
integer
Example
{ "message": "vault {vaultUuid} not found", "status": 404}