Connections
Execute SQL query (per-package)
Executes a SQL statement against the specified database connection, resolved in the context of the named package, and returns the results.
POST
/environments/{environmentName}/packages/{packageName}/connections/{connectionName}/sqlQueryAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
environmentName*string
Name of the environment
Match
^[a-zA-Z0-9_-]+$packageName*string
Name of the package whose connection context to use
Match
^[a-zA-Z0-9_-]+$connectionName*string
Name of the connection
Match
^[a-zA-Z0-9_-]+$Request Body
application/json
SQL statement to execute
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json