Skip to main content
POST
/
projects
/
{projectName}
/
connections
/
{connectionName}
/
queryData
Error
A valid request URL is required to generate request examples
{
  "resource": "<string>",
  "data": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectName
string
required

Name of the project Standard identifier pattern for resource names

connectionName
string
required

Name of the connection Standard identifier pattern for resource names

Query Parameters

options
string

Options

Body

application/json

SQL statement to execute

sqlStatement
string

Response

Query execution results

resource
string

Resource path to the query data.

data
string