本文档由聚智团队编写维护
curl --location --request POST 'http://127.0.0.1:2024/store/items/search' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"namespace_prefix": [
"string"
],
"filter": {
"property1": "string",
"property2": "string"
},
"limit": 10,
"offset": 0
}'{
"items": [
{
"namespace": [
"string"
],
"key": "string",
"value": {},
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
]
}