Full Text Indexer Search
Full-text indexer search
Query parameters
pageIndexnumberOptionalExample:
Page index
0
searchstringRequiredExample:
Search phrase
Project
Responses
200
Search results
application/json
Responseall of
and
500
Internal server error
application/json
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