Skip to main content
POST
/
projects
/
{projectName}
/
connections
/
{connectionName}
/
queryData
{
  "resource": "<string>",
  "data": "<string>"
}

Path Parameters

projectName
string
required

Name of the project

connectionName
string
required

Name of the connection

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
I