Skip to main content
POST
Run multiple queries

Authorizations

X-Clinia-API-Key
string
header
required

Path Parameters

sourceKey
string
required

The source from which to execute the query.

Body

application/json

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.

requests
object[]
required

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.

responses
object[]
required

The responses for each corresponding requests.