Get all items for inside a Vault
GET
/vaults/{vaultUuid}/items
Items
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'http://localhost:8080/v1/vaults//items'
响应示例响应示例
200 - 示例 1
[
{
"id": "string",
"title": "string",
"favorite": false,
"version": 0,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"lastEditedBy": "string",
"category": "LOGIN",
"tags": [
"string"
],
"state": "ARCHIVED",
"vault": {
"id": "string"
},
"urls": [
{
"primary": true,
"href": "https://example.com"
},
{
"href": "https://example.org"
}
]
}
]
请求参数
Path 参数
vaultUuid
string
必需
正则匹配:
^[\da-z]{26}$
Query 参数
filter
string
可选
示例值:
title eq "Some Item Name"