Full Text Indexer Search

get

Full-text indexer search

Query parameters
pageIndexnumberOptional

Page index

Example: 0
searchstringRequired

Search phrase

Example: Project
Responses
200
Search results
application/json
Responseall of
and
get
GET /api/v1/search?search=text HTTP/1.1
Host: 
Accept: */*
{
  "pageIndex": "0",
  "pageSize": "10",
  "total": "100",
  "order": {},
  "items": [
    {
      "consensusTimestamp": "1706823227.586179534",
      "type": "VC-Document"
    }
  ]
}

Last updated