Last updated 4 months ago
Full-text indexer search
Search results
Page index
"0"
Page size
"10"
Total size
"100"
Order
const response = await fetch('/api/v1/search?search=text', { method: 'GET', headers: {}, }); const data = await response.json();
{ "pageIndex": "0", "pageSize": "10", "total": "100", "items": [ { "consensusTimestamp": "1706823227.586179534", "type": "VC-Document" } ] }