v1

latestSwagger 2.02026-07-176738149.3 KB
messages
contacts
search

Simple API to execute full-text searches within user's indexes. A more complexe API will be available with a POST verb.

get/v2/search

Query parameters

termstring required

the search string

fieldstring

name of a field on which to perform the search. If omitted defaults to « _all ».

doctype'message' | 'contact' | ''

type of documents to narrow the search to.

limitinteger

number of documents to return per page, but only if param «type» is present.

offsetinteger

number of pages to skip from the response, but only if param «type» is present.

Headers

X-Caliopen-ILstring required

The Importance Level range requested in form of -10;10

Response

an object holding an array of documents found. Docs are assembled by type.

totalinteger

total number of documents found