Skip to main content
POST
Execute Batch Query

承認

Authorization
string
header
必須

JWT token authentication. Include the token in the Authorization header as Bearer {token}. See Authentication for more information on creating a token.

ボディ

application/json
query
string
必須

The SQL query to execute. Must be a valid SQL query.

Minimum string length: 1
defaultCatalog
string | null
defaultSchema
string | null
parameters
object[] | null
timeout
integer<int32>
必須範囲: 1 <= x <= 300

レスポンス

200 - application/json

OK

results
object[] | null
error
object