Run multiple queries
Execute several queries within a single request. It is possible to send multiple query items, where each of the item can be either a regular query or a federated query. To trigger a federated query, one must specify more then one collection key in the item.
Documentation Index
Fetch the complete documentation index at: https://docs.clinia.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
The source from which to execute the query.
Body
The list of queries to execute. It is possible to send multiple query items, where each of the item can be either a regular query or a federated query.
The list of queries to execute.
Response
A successful response.
The list of responses for the multi query. The responses are returned in the same order as the requests.
The responses for each corresponding requests.