v1
latestOpenAPI 3.0.32026-07-1471019.9 KBAPI: Search
Search relevant references associated with the search query.
This endpoint is a scaled down version of the messaging API. It will only search and return relevant references based on the search query.
post/search
Request body
Response
A response containing a list of references if references were identified, otherwise an empty array.
Example response
{
"searchReferences": [
{
"relevanceRank": 1
}
]
}